aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-106/+0
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :Jeff Morriss1-1/+1
2011-06-11Use spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.Guy Harris1-18/+23
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-0/+5
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris1-80/+54
2011-04-28After testing for the presence of python-config, fix typo so that we actuallyJeff Morriss1-4/+20
2011-04-20By default, clang only warns about unknown -W options, it doesn'tGuy Harris1-0/+9
2011-04-20Instead of having GCC and CLANG variables, just haveGuy Harris1-14/+16
2011-04-20First cut at support for clang. We may want to have specific items forGuy Harris1-4/+6
2010-07-13Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris1-1/+1
2010-06-05First check for the new GTK+/OS X integration functions, then the oldGuy Harris1-14/+16
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-3/+34
2010-05-09As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check bothStephen Fisher1-2/+4
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-3/+0
2010-05-06Checking in Stigs changes fromAnders Broman1-0/+3
2010-05-06Check for pcap_createAnders Broman1-0/+1
2010-02-19Don't say "Checking for broken pcap-config" if we don't have aGuy Harris1-8/+10
2009-12-11Put in missing comma.Guy Harris1-1/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+34
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer1-0/+30
2009-06-08Check for libpcap 1.0's broken pcap-config, which put a space between -LGuy Harris1-0/+26
2009-06-08Check for a pcap-config script (as provided by libpcap 1.x) and, if weGuy Harris1-46/+74
2009-06-03Don't reuse lua_dir in a for loop.Stig Bjørlykke1-4/+4
2009-06-03Fixed setting of LUA_INCLUDES when having extraneous lua heder directory.Stig Bjørlykke1-3/+25
2009-06-03Only give a failure message if configuring with --with-lua=yes.Stig Bjørlykke1-6/+17
2009-06-03Added check for extraneous lua header directories, as some systemsStig Bjørlykke1-3/+29
2009-06-03Use liblua by default, if available.Stig Bjørlykke1-1/+3
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-1/+54
2009-03-06From Petr Sumbera (bug 3305):Stig Bjørlykke1-1/+1
2008-12-23Fix bug #3152 for good.Stephen Fisher1-5/+8
2008-12-22Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS toJeff Morriss1-1/+14
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-0/+1
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss1-0/+2
2008-11-18Require Lua 5.1 for Lua plugin.Balint Reczey1-50/+5
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+30
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notStephen Fisher1-4/+5
2008-10-24Add an option to look for the presence of Imendio's Mac OS X integrationGerald Combs1-14/+36
2008-08-08Add support for c-ares to the GNU toolchain.Gerald Combs1-0/+31
2008-07-04If we have pcap_free_datalinks(), use it. If not, then, on Windows,Guy Harris1-1/+1
2008-05-05Require GLib 2.4 or later.Guy Harris1-42/+0
2008-04-20Don't define AC_WIRESHARK_CHECK_64BIT_FORMAT twice; just define the oneGuy Harris1-43/+6
2008-04-07Remove GTK1 code.Stephen Fisher1-6/+0
2008-02-07Only check for pcap_breakloop()'s "usability" if it might be present butGuy Harris1-20/+33
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+17
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-0/+31
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-76/+0
2007-06-13YAE2WJaap Keuter1-2/+2
2007-05-29we dont link with g_snprintf in the configure for gtk1-2 so fall back to Ronnie Sahlberg1-0/+4
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-0/+38
2007-04-22update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version isSebastien Tandel1-1/+66