summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily show additional info needed to debug configureYang Tse2008-07-191-0/+16
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+35
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+146
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-021-24/+6
* make check message wording more preciseYang Tse2008-06-301-1/+1
* fix C style commentYang Tse2008-06-291-2/+4
* John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse2008-06-291-1/+53
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-0/+88
* No longer break out of a shell "for" statement from insideYang Tse2008-06-181-156/+171
* Fixed curl-config --ca which wasn't being exported by configure.Dan Fandrich2008-06-131-0/+1
* MSVC does build Windows native targetsYang Tse2008-06-061-1/+2
* fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse2008-05-211-3/+1
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-4/+0
* fix: socklen_t definition commentYang Tse2008-05-211-1/+1
* When unable to properly detect gethostbyname_r() usage, configureYang Tse2008-05-201-4/+12
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-211/+353
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-108/+108
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-60/+74
* better select() function detection that worksYang Tse2008-05-191-0/+198
* fix socklen_t equivalent detection when cross compiling Windows targetYang Tse2008-05-191-13/+24
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-2/+2
* Improve toolchain detection for WinCE cross compilation:Yang Tse2008-05-141-5/+5
* skip checks for Windows specific header filesYang Tse2008-05-141-35/+35
* WinCE cross compilation adjustments:Yang Tse2008-05-141-2/+2
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-51/+93
* Add library checking for clock_gettime() supportYang Tse2008-05-101-0/+76
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-311-2/+2
* - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek2008-03-201-21/+77
* - We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg2008-02-181-1/+48
* Missing double quotesYang Tse2007-10-241-4/+4
* Add custom check for WINLDAP libraries.Yang Tse2007-10-191-4/+96
* Fix CURL_CHECK_LIBS_LDAP failure when no parameter is givenYang Tse2007-10-171-15/+18
* Default check for more libraries in CURL_CHECK_LIBS_LDAP,Yang Tse2007-10-171-1/+27
* Avoid depending on a header file for the definition of NULLYang Tse2007-10-151-5/+19
* Fix LDAP compile error when LDAP is not available.Dan Fandrich2007-10-151-1/+6
* Fix custom check for LDAP librariesYang Tse2007-10-141-3/+3
* Add custom check for LDAP librariesYang Tse2007-10-141-0/+76
* Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse2007-10-141-0/+218
* Add check for winldap and winber header filesYang Tse2007-10-131-0/+78
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-1/+1
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-75/+0
* Peter O'Gorman pointed out (and fixed) that the non-blocking check inDaniel Stenberg2007-07-301-1/+1
* --enable-sspi only supported on Windows native buildsYang Tse2007-04-101-0/+36
* Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse2007-04-031-10/+0
* Daniel Johnson's fix for shared object extension detection on Mac OS X.Dan Fandrich2007-03-271-0/+1
* fix wrong macro name introduced in las commitYang Tse2007-03-221-2/+2
* Add check for compiler variadic macro support in configuration scriptYang Tse2007-03-221-0/+64
* attempt to keep message length below 80 charsYang Tse2007-03-221-2/+2
* icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse2007-02-151-1/+11
* Added last-resort dynamic library names.Dan Fandrich2007-02-131-0/+4