aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2004-08-19the autobuilds failed all over on AIX, attempt to fix the strerror_r() problemDaniel Stenberg
2004-08-17added a check for the xlc compiler on AIX, and if that is detect we useDaniel Stenberg
2004-08-17define _THREAD_SAFE on (recent) AIX systems to build thread-safe codeDaniel Stenberg
2004-08-12Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIXDaniel Stenberg
2004-08-11define the _XOPEN_SOURCE define in the config.h file instead, and also added aDaniel Stenberg
2004-08-11fixed the default result for xopen and mimpure to work betterDaniel Stenberg
2004-08-11experimental code to detect mips-sgi-irix systems that build without gccDaniel Stenberg
2004-08-09the krb4 stuff needs -lcom_err to link now, for some odd reason. This isDaniel Stenberg
2004-07-24AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used insteadDaniel Stenberg
2004-07-22refer bug reports to the mailing lists, not the old email aliasDaniel Stenberg
2004-06-29commented out the check for gethostbyname_r() as we no longer use itDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-06-03set an automake conditional for if this is a cross-compile or notDaniel Stenberg
2004-05-25checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg
2004-05-06removed the warning if libidn isn't foundDaniel Stenberg
2004-05-06very minor output changeDaniel Stenberg
2004-05-05AC_CHECK_TOOL is prolly better to use when checking for arDaniel Stenberg
2004-05-05alert the user if 'sed' or 'ar' couldn't be found, as it might very wellDaniel Stenberg
2004-05-05check the size of size_t for lib/mprintf.cDaniel Stenberg
2004-04-27without-libidn works too nowDaniel Stenberg
2004-04-26We now make sure to only scan for SSL options with pkg-config if we haven'tDaniel Stenberg
2004-04-26improved libidn detection to correct the false positives we gotDaniel Stenberg
2004-04-26Moved down the ares check again to the bottom of the script since itDaniel Stenberg
2004-04-26"configure summary"Daniel Stenberg
2004-04-26--with-libidn[=PATH] is now supportedDaniel Stenberg
2004-04-25updated the warning text when SSL is explicitly disabledDaniel Stenberg
2004-04-01Only check that the c-ares lib is valid if we don't use the "embedded"Daniel Stenberg
2004-04-01When ares is enabled, we now check for the ares_cancel function to verifyDaniel Stenberg
2004-03-30Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg
2004-03-29netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg
2004-03-26check for netinet/tcp.h precense before actually including itDaniel Stenberg
2004-03-25get the version number from the new curlver.h header fileDaniel Stenberg
2004-03-25localtime and gmtime are not thread-safe on newer AIXes either so we forceDaniel Stenberg
2004-03-25force recent AIX versions to check for strerror_rDaniel Stenberg
2004-03-24added check for strerror_r()Daniel Stenberg
2004-03-18For IRIX systems we must pick the "correct" lib dirs for the particularDaniel Stenberg
2004-03-15Added the new vms subdir in the packages dirDaniel Stenberg
2004-03-03Dan Fandrich fixed some GSS detection flawsDaniel Stenberg
2004-02-25Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg
2004-02-21-Wno-format-nonliteral does not exist in my gcc 2.96, only use that withDaniel Stenberg
2004-02-20Only use -Wstrict-prototypes with gcc 3.3 or later.Daniel Stenberg
2004-02-19-Wcast-align is a bit too annoyingDaniel Stenberg
2004-02-19Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hopeDaniel Stenberg
2004-02-19When --enable-debug is used, for every -I provided to $CPPFLAGS we addDaniel Stenberg
2004-02-19if not yacc or bison is found, check if we *really* need it, and if we doDaniel Stenberg
2004-02-19If --enable-debug is used and gcc, we figure out which version and then weDaniel Stenberg
2004-02-15Andrés García added a check for lwinmm for Mingw/sysDaniel Stenberg
2004-02-12If no nroff tool is found, or if no command line switch to nroff that convertsDaniel Stenberg
2004-02-12added --enable/disable-manualDaniel Stenberg
2004-02-11Andrés García's additional fix to make the OpenSSL stuff work for msys/mingwDaniel Stenberg