summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2002-11-15attempts to filter off optimize flags when --enable-debug is usedDaniel Stenberg
2002-10-28works now with autoconf 2.54Daniel Stenberg
2002-10-23fixed the cygwin check for -no-undefinedDaniel Stenberg
2002-10-21check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg
2002-10-21--enable-debug now checks if gcc is used before it sets all those gcc-Daniel Stenberg
2002-10-08rewrote the --with-zlib check, based on Albert Chin's input.Daniel Stenberg
2002-10-01--with-libz and --without-libz are now supportedDaniel Stenberg
2002-09-02AC_SUBST HAVE_LIBZ for curl-config.inDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
2002-08-30ca-bundle stuff for configure and generated header fileDaniel Stenberg
2002-08-13gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg
2002-08-13check for poll()Daniel Stenberg
2002-07-29check for sys/poll.hDaniel Stenberg
2002-06-11Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg
2002-06-11added --disable-[protocol] supportDaniel Stenberg
2002-03-04added docs/libcurl/Daniel Stenberg
2002-03-04Added packages/EPMDaniel Stenberg
2002-02-25the test suite http server is now automake'dDaniel Stenberg
2002-02-25generate a config file for the test suite http server tooDaniel Stenberg
2002-02-19moved the config.h to lib/config.hDaniel Stenberg
2002-01-18playing with more strict gcc warnings with --enable-debugDaniel Stenberg
2002-01-18commented out the 'long long' and 'long double' checks, as we don't reallyDaniel Stenberg
2002-01-03multi stuff from the multi-dev branchDaniel Stenberg
2001-12-17Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg
2001-12-07added gmtime_r checkDaniel Stenberg
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-10-29Kevin Roth's cygwin package fixesDaniel Stenberg
2001-10-23added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg
2001-10-22added cygwin package makefileDaniel Stenberg
2001-10-16added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg
2001-10-11getservbyname is not used by libcurl, don't check for itDaniel Stenberg
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-01Added non-blocking sockets testDaniel Stenberg
2001-09-12removed perl and php makefilesDaniel Stenberg
2001-09-07checks for sys/utime.hDaniel Stenberg
2001-09-03utime() and utime.h adjustments for curl -RDaniel Stenberg
2001-08-21Troy Engel's fix for running configure without --with-sslDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-08-14--enable-debug now sets the following CFLAGS:Daniel Stenberg
2001-06-20when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg
2001-06-11Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg
2001-05-31fixed the dlopen checkDaniel Stenberg
2001-05-30Added Solaris 'pkgadd' building support to packages collection and autoconf/a...Cris Bailiff
2001-05-29check for strtok_rDaniel Stenberg
2001-05-28added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg
2001-05-22general autoconf and automake fixesDaniel Stenberg
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2001-05-21added a lame double-check for libcrypto as otherwise it wouldn't get addedDaniel Stenberg
2001-05-18this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg