summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* AIX xlc has to have strict aliasing turned off. If not, the optimizerYang Tse2007-02-071-0/+4
| | | | assumes that pointers can only point to an object of the same type.
* don't require OpenSSL for libssh2 linking to work, in preparation forDaniel Stenberg2007-02-021-18/+11
| | | | upcoming libgcrypt-capable libssh2-versions
* fix the libssh2 include path somewhat when --with-libssh2 is used and addedDaniel Stenberg2006-12-031-2/+4
| | | | a warning output if no OpenSSL was found
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-1/+3
|
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+2
| | | | | | | | | | | | defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
* fix missing '$' for var OPT_LIBSSH2Yang Tse2006-11-031-1/+1
|
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+68
|
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
|
* Added a check in configure that simply tries to run a program (not whenDaniel Stenberg2006-10-161-0/+1
| | | | | | | | cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+1
|
* Bernard Leak fixed configure --with-gssapi-libsDaniel Stenberg2006-09-241-1/+1
|
* First step trying to avoid the multiple header inclusion and recursion ↵Yang Tse2006-07-281-0/+2
| | | | | | nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
* Changes to support building for eCos 1.3.1. This has been tested withDan Fandrich2006-07-191-0/+15
| | | | file: URLs only.
* Enable --enable-hidden-symbols for SunPro CDan Fandrich2006-07-111-4/+17
|
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper ↵Yang Tse2006-07-111-1/+1
| | | | compilation and <malloc.h> must also be included.
* Find out return types and argument types for functions recv() and send() at ↵Yang Tse2006-07-041-0/+4
| | | | configuration stage.
* Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse2006-07-031-4/+5
|
* Check whether gcc supports --enable-hidden-symbols before allowing it.Dan Fandrich2006-06-131-4/+14
|
* Implemented --enable-hidden-symbols configure option to enableDan Fandrich2006-06-121-0/+23
| | | | | | -fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
* Brian Dessent's fixes for cygwin buildsDaniel Stenberg2006-06-081-26/+45
|
* Fixed a shell script syntax error that all of a sudden started causing thisDaniel Stenberg2006-05-231-1/+2
| | | | script to fail on debian unstable (some specific bash version perhaps?)
* Ok, when checking for old-style SSLeay headers we cannot just useDaniel Stenberg2006-05-111-2/+11
| | | | | | | | | AC_CHECK_HEADERS() and the action-if-found since that action is run even if just one of the six headers is found and I just now fell over a case with a duplicate file name (a krb4 implementation with an err.h file). I converted the check to manually make sure three of the headers are present before considering them fine.
* detect ICC and pass on "-we 147" so that the configure checks for functionDaniel Stenberg2006-04-191-0/+7
| | | | | arguments work properly - and the option is not harmful for the rest of the curl build either!
* check for fork() as well, so that we can build the sws http test server withDaniel Stenberg2006-04-101-1/+2
| | | | fork support for cooler tests
* Tor Arntsen fixed the AIX Toolbox RPM specDaniel Stenberg2006-03-211-0/+1
|
* fixed the AIX packagescurl-7_15_3Daniel Stenberg2006-03-201-1/+3
|
* check for and use getprotobynameDaniel Stenberg2006-03-021-0/+1
|
* Kent Boortz improved the configure check for GnuTLS to properly set LIBSDaniel Stenberg2006-02-111-3/+3
| | | | instead of LDFLAGS.
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-161-18/+1
| | | | | not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
* Mention that PKG_CONFIG_PATH is preferred to --with-sslDan Fandrich2005-12-231-1/+1
|
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-48/+3
| | | | | | done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected
* Fix, header checks must be done before using its results.Yang Tse2005-12-201-11/+13
|
* added our standard source headerDaniel Stenberg2005-12-201-1/+22
|
* Fix quotingYang Tse2005-12-201-3/+3
|
* Give third argument to AC_DEFINE_UNQUOTEDYang Tse2005-12-201-9/+11
|
* Adjust more windows header includesYang Tse2005-12-191-1/+28
|
* Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCSYang Tse2005-12-181-0/+28
|
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-161-20/+10
| | | | | CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts.
* Test CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-1/+2
|
* Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-18/+15
|
* Tests to check the availability of compilable andYang Tse2005-12-151-0/+16
| | | | | | | | | valid windows.h winsock.h winsock2.h and ws2tcpip.h header files: CURL_CHECK_HEADER_WINDOWS CURL_CHECK_HEADER_WINSOCK CURL_CHECK_HEADER_WINSOCK2 CURL_CHECK_HEADER_WS2TCPIP
* Some preprocessors have problems if the # character isn't at position 1.Yang Tse2005-12-141-7/+7
|
* Check getnameinfo() argument types only if we have getnameinfo().Yang Tse2005-12-141-2/+16
|
* Determine the correct type to be passed to four of the `getnameinfo' ↵Yang Tse2005-12-141-0/+2
| | | | function's arguments, and define those types in `GETNAMEINFO_TYPE_ARG2', `GETNAMEINFO_TYPE_ARG46', and `GETNAMEINFO_TYPE_ARG7'.
* Yang Tse's fix of the inet_pton checkDaniel Stenberg2005-11-291-1/+2
|
* Yang Tse's changes to provide an inet_pton() proto for the platforms whoDaniel Stenberg2005-11-281-0/+9
| | | | don't have one in order to fix a remaining warning on IRIX 6.2.
* Doug Kaufman corrected my attempt to a generic "skip extra test for functionDaniel Stenberg2005-11-251-1/+2
| | | | F"
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-241-2/+13
| | | | configure.
* Thanks to this nice summary of poll() implementations:Daniel Stenberg2005-11-131-2/+2
| | | | | | | http://www.greenend.org.uk/rjk/2001/06/poll.html and further tests by Eugene Kotlyarov, we now know that cygwin's poll returns only POLLHUP on remote connection closure so we check for that case (too) and re-enable poll for cygwin builds.
* Eugene Kotlyarov found out that cygwin's poll() function isn't doing thingsDaniel Stenberg2005-11-121-2/+2
| | | | | | right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (we already do the same choice on Mac OS X)