aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* YAE2WJaap Keuter2007-06-131-2/+2
* we dont link with g_snprintf in the configure for gtk1-2 so fall back to Ronnie Sahlberg2007-05-291-0/+4
* Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris2007-05-291-0/+38
* update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version isSebastien Tandel2007-04-221-1/+66
* adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel2007-04-221-0/+30
* the -lm flag might be needed to link luaLuis Ontanon2007-01-041-4/+4
* Get rid of UCD SNMP support (it's not longer supported andJörg Mayer2006-12-081-140/+0
* Bug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG/NETSNMPCONFIG/Jeff Morriss2006-11-261-1/+1
* Don't include /usr/local if usage of /usr/local has been disabled viaJörg Mayer2006-10-261-3/+5
* Set want_portaudio to yes if we'll be building with libportaudio; itGuy Harris2006-10-191-0/+1
* Change some messages when ucd snmp is found but --with-sslJörg Mayer2006-09-271-3/+6
* AC_CHECK_TYPE already prints a "checking for" message; don't botherGuy Harris2006-09-121-1/+0
* rtp_player.c will now compile with the new API, although it will notJörg Mayer2006-09-051-14/+4
* AC_CHECK_TYPE outputs a "Checking..." message; we don't need to issueGuy Harris2006-09-041-2/+1
* After some reading it is clear that the code was written forJörg Mayer2006-09-041-1/+1
* Use portaudio if it's there. Check that we have the right version.Jörg Mayer2006-09-041-16/+44
* From Alejandro Vaquero:Anders Broman2006-08-301-0/+127
* From Bálint RéczeyAnders Broman2006-07-191-36/+64
* autofoo will fail on systems that lack libgcrypt.m4.Jörg Mayer2006-06-151-156/+0
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-311-101/+101
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-1/+1
* If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris2006-05-211-1/+1
* Check several sets of additional libraries that libpcap might needGuy Harris2006-04-251-16/+33
* Recent checkins lost a change to make the liblualib check succeed onJörg Mayer2006-02-191-0/+5
* Prepare for lua 5.1Luis Ontanon2006-02-181-28/+50
* lua autofoo:Jörg Mayer2006-02-071-1/+11
* Paolo AbeniJörg Mayer2006-02-041-0/+157
* It was hard.. but at the end I won (or at least i believe so...).Luis Ontanon2006-01-311-0/+143
* Add PRIX64, as we now use it.Guy Harris2005-09-151-1/+2
* Use "pcap_get_selectable_fd()" if we have it, and if it returns -1,Guy Harris2005-05-121-0/+1
* If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris2005-03-231-1/+1
* Don't try to run net-snmp-config if we don't find it.Guy Harris2005-03-201-40/+68
* Fix the display of help information for various --with arguments (forGuy Harris2005-03-171-22/+11
* Capitalize "Net-SNMP" the way the Net-SNMP project capitalizes it.Guy Harris2005-03-161-1/+70
* we dont need to link with gssapi.a any moreRonnie Sahlberg2005-03-081-5/+1
* when HEIMDAL is linked with :Ronnie Sahlberg2005-03-081-1/+5
* Dectect MIT-Kerberos as wellJörg Mayer2004-10-151-18/+34
* From Albert Chin: in a test program, include <glibconfig.h> rather thanGuy Harris2004-10-121-1/+1
* At least on Suse, the linking flags are obtained via krb5-config --libs,Jörg Mayer2004-09-301-1/+2
* Use the right name in the Checking... messages.Guy Harris2004-09-291-2/+2
* Put back the $KRB4_CONFIG call to set KRB5_LIBS.Guy Harris2004-09-291-1/+2
* When testing whether the Heimdal library has krb5_kt_resolve (andGuy Harris2004-09-291-1/+1
* If, when checking whether the Kerberos library is Heimdal or not, weGuy Harris2004-09-281-1/+1
* If the user specified --with-krb5 but we don't have a usable KerberosGuy Harris2004-09-281-10/+38
* Explicitly indicate when we're doing tests to see if UCD SNMP containsGuy Harris2004-09-261-0/+8
* In the SNMP tests, we're using AC_TRY_LINK to avoid caching the resultsGuy Harris2004-09-261-46/+77
* Clean up a bunch of cruft in --with-ssl; make it more resemble otherGuy Harris2004-09-261-73/+37
* Explicitly test whether we need -lresolv in order to link with -lkrb5. Guy Harris2004-09-261-53/+57
* For annoying licensing reasons, we don't want to use -lcrypto unless theGuy Harris2004-09-251-7/+22
* Don't just add "-lresolv" to KRB5_LIBS if it's missing - on someGuy Harris2004-09-251-10/+20