aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-26Explicitly test whether we need -lresolv in order to link with -lkrb5. Guy Harris1-53/+57
2004-09-25For annoying licensing reasons, we don't want to use -lcrypto unless theGuy Harris1-7/+22
2004-09-25Don't just add "-lresolv" to KRB5_LIBS if it's missing - on someGuy Harris1-10/+20
2004-09-06From Marten Svantesson: according to Tomas Anders, all versions of HeimdalGuy Harris1-2/+2
2004-08-16Fix a typo.Guy Harris1-1/+1
2004-08-16For "pcap_findalldevs()", don't assume that just because it's in -lpcapGuy Harris1-3/+51
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris1-1/+2
2004-07-23Remove set -/+x - they were added for debugging and not intended for commitJörg Mayer1-2/+0
2004-07-21Fix the fix to krb5Jörg Mayer1-1/+4
2004-07-21Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ...Jörg Mayer1-1/+1
2004-07-20As Joerg Mayer noted, the value of LIBS should be saved outside theGuy Harris1-1/+1
2004-07-19When checking whether we can get "sprint_realloc_objid()" from the SNMPGuy Harris1-1/+3
2004-07-18- Require --with-ssl=... to be explicitly set to workJörg Mayer1-24/+49
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-29If we can't find the krb5 header or the krb5 code isn't Heimdal, clearGuy Harris1-2/+3
2004-06-25Get rid of a warning with newer auto... tools by proper quoting.Jörg Mayer1-2/+2
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-1/+43
2004-05-18Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATHJörg Mayer1-5/+5
2004-05-14Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/pathJörg Mayer1-1/+2
2004-05-13Fix --with-krb5 when given a directoryJörg Mayer1-3/+2
2004-05-13Thomas Anders: Don't add library paths twiceJörg Mayer1-7/+9
2004-04-22More correct implementation of the --disable-usr-local option.Olivier Biot1-2/+6
2004-03-27Some aclocal warning fixes during autogen.shJörg Mayer1-14/+14
2004-03-20Workaround for (at least) some RedHat platforms:Jörg Mayer1-1/+11
2004-03-17Experimental Heimdal Kerberos detection.Jörg Mayer1-1/+118
2004-02-26From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doGuy Harris1-3/+23
2003-12-19The GNU ADNS library requires whatever libraries are needed for socketGuy Harris1-2/+2
2003-12-18"pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris1-2/+2
2003-12-17From Albert Chin: fix for the following:Guy Harris1-7/+11
2003-12-16Fix some typoes in variable names.Guy Harris1-5/+5
2003-12-06From Olivier BiotGilbert Ramirez1-1/+103
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-1/+3
2003-10-14Do the tests for various extra "-L" and "-l" flags that might be neededGuy Harris1-35/+30
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris1-2/+2
2003-10-10From Brad Hards: fix two problems:Guy Harris1-1/+2
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningGuy Harris1-2/+2
2003-10-10Use "pcap_findalldevs()" if present.Guy Harris1-11/+8
2003-08-31Add support for building with ucd-snmp on RH9.0. We need to link withRichard Sharpe1-21/+25
2003-08-21Note that the "=DIR" argument to "--with-ssl" and "--with-adns" isGuy Harris1-3/+9