aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel1-0/+30
2007-01-04the -lm flag might be needed to link luaLuis Ontanon1-4/+4
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-140/+0
2006-11-26Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/Jeff Morriss1-1/+1
2006-10-26Don't include /usr/local if usage of /usr/local has been disabled viaJörg Mayer1-3/+5
2006-10-19Set want_portaudio to yes if we'll be building with libportaudio; itGuy Harris1-0/+1
2006-09-27Change some messages when ucd snmp is found but --with-sslJörg Mayer1-3/+6
2006-09-12AC_CHECK_TYPE already prints a "checking for" message; don't botherGuy Harris1-1/+0
2006-09-05rtp_player.c will now compile with the new API, although it will notJörg Mayer1-14/+4
2006-09-04AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issueGuy Harris1-2/+1
2006-09-04After some reading it is clear that the code was written forJörg Mayer1-1/+1
2006-09-04Use portaudio if it's there. Check that we have the right version.Jörg Mayer1-16/+44
2006-08-30From Alejandro Vaquero:Anders Broman1-0/+127
2006-07-19From Bálint RéczeyAnders Broman1-36/+64
2006-06-15autofoo will fail on systems that lack libgcrypt.m4.Jörg Mayer1-156/+0
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-101/+101
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-1/+1
2006-04-25Check several sets of additional libraries that libpcap might needGuy Harris1-16/+33
2006-02-19Recent checkins lost a change to make the liblualib check succeed onJörg Mayer1-0/+5
2006-02-18Prepare for lua 5.1Luis Ontanon1-28/+50
2006-02-07lua autofoo:Jörg Mayer1-1/+11
2006-02-04Paolo AbeniJörg Mayer1-0/+157
2006-01-31It was hard.. but at the end I won (or at least i believe so...).Luis Ontanon1-0/+143
2005-09-15Add PRIX64, as we now use it.Guy Harris1-1/+2
2005-05-12Use "pcap_get_selectable_fd()" if we have it, and if it returns -1,Guy Harris1-0/+1
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris1-1/+1
2005-03-20Don't try to run net-snmp-config if we don't find it.Guy Harris1-40/+68
2005-03-17Fix the display of help information for various --with arguments (forGuy Harris1-22/+11
2005-03-16Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it.Guy Harris1-1/+70
2005-03-08we dont need to link with gssapi.a any moreRonnie Sahlberg1-5/+1
2005-03-08when HEIMDAL is linked with :Ronnie Sahlberg1-1/+5
2004-10-15Dectect MIT-Kerberos as wellJörg Mayer1-18/+34
2004-10-12From Albert Chin: in a test program, include <glibconfig.h> rather thanGuy Harris1-1/+1
2004-09-30At least on Suse, the linking flags are obtained via krb5-config --libs,Jörg Mayer1-1/+2
2004-09-29Use the right name in the Checking... messages.Guy Harris1-2/+2
2004-09-29Put back the $KRB4_CONFIG call to set KRB5_LIBS.Guy Harris1-1/+2
2004-09-29When testing whether the Heimdal library has krb5_kt_resolve (andGuy Harris1-1/+1
2004-09-28If, when checking whether the Kerberos library is Heimdal or not, weGuy Harris1-1/+1
2004-09-28If the user specified --with-krb5 but we don't have a usable KerberosGuy Harris1-10/+38
2004-09-26Explicitly indicate when we're doing tests to see if UCD SNMP containsGuy Harris1-0/+8
2004-09-26In the SNMP tests, we're using AC_TRY_LINK to avoid caching the resultsGuy Harris1-46/+77
2004-09-26Clean up a bunch of cruft in --with-ssl; make it more resemble otherGuy Harris1-73/+37