aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2012-07-07Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0.wmeier1-0/+46
2012-06-25From Tony Trinh:etxrab1-2/+2
2012-06-25From Tony Trinh:etxrab1-17/+26
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-105/+157
2011-12-09Referring to pcap_version[] doesn't do what you want on at least someguy1-18/+0
2011-10-30From Kevin Hildebrand:etxrab1-1/+2
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald1-0/+7
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-106/+0
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :morriss1-1/+1
2011-06-11Use spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.guy1-18/+23
2011-06-11Do the Python embedding similarly to other "default = yes, if available"guy1-0/+5
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenguy1-80/+54
2011-04-28After testing for the presence of python-config, fix typo so that we actuallymorriss1-4/+20
2011-04-20By default, clang only warns about unknown -W options, it doesn'tguy1-0/+9
2011-04-20Instead of having GCC and CLANG variables, just haveguy1-14/+16
2011-04-20First cut at support for clang. We may want to have specific items forguy1-4/+6
2010-07-13Add a "-d" flag to dumpcap, to print out the generated code for theguy1-1/+1
2010-06-05First check for the new GTK+/OS X integration functions, then the oldguy1-14/+16
2010-05-25From H.sivank: GtkOSXApplication support.guy1-3/+34
2010-05-09As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check bothsfisher1-2/+4
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andguy1-3/+0
2010-05-06Checking in Stigs changes frometxrab1-0/+3
2010-05-06Check for pcap_createetxrab1-0/+1
2010-02-19Don't say "Checking for broken pcap-config" if we don't have aguy1-8/+10
2009-12-11Put in missing comma.guy1-1/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andguy1-0/+34
2009-08-07- Add an AC macro to test linker flags.jmayer1-0/+30
2009-06-08Check for libpcap 1.0's broken pcap-config, which put a space between -Lguy1-0/+26
2009-06-08Check for a pcap-config script (as provided by libpcap 1.x) and, if weguy1-46/+74
2009-06-03Don't reuse lua_dir in a for loop.stig1-4/+4
2009-06-03Fixed setting of LUA_INCLUDES when having extraneous lua heder directory.stig1-3/+25
2009-06-03Only give a failure message if configuring with --with-lua=yes.stig1-6/+17
2009-06-03Added check for extraneous lua header directories, as some systemsstig1-3/+29
2009-06-03Use liblua by default, if available.stig1-1/+3
2009-05-29python binding for wireshark (first commit)standel1-1/+54
2009-03-06From Petr Sumbera (bug 3305):stig1-1/+1
2008-12-23Fix bug #3152 for good.sfisher1-5/+8
2008-12-22Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS tomorriss1-1/+14
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,guy1-0/+1
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSmorriss1-0/+2
2008-11-18Require Lua 5.1 for Lua plugin.rbalint1-50/+5
2008-10-27Add support for the GeoIP library. Using different database files,gerald1-0/+30
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notsfisher1-4/+5
2008-10-24Add an option to look for the presence of Imendio's Mac OS X integrationgerald1-14/+36
2008-08-08Add support for c-ares to the GNU toolchain.gerald1-0/+31
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,guy1-1/+1
2008-05-05Require GLib 2.4 or later.guy1-42/+0
2008-04-20Don't define AC_WIRESHARK_CHECK_64BIT_FORMAT twice; just define the oneguy1-43/+6
2008-04-07Remove GTK1 code.sfisher1-6/+0
2008-02-07Only check for pcap_breakloop()'s "usability" if it might be present butguy1-20/+33