summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Added an in_addr_t checkDaniel Stenberg2001-11-281-1/+1
* Kevin Roth's cygwin package fixesDaniel Stenberg2001-10-291-1/+1
* added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg2001-10-231-0/+7
* added cygwin package makefileDaniel Stenberg2001-10-221-0/+1
* added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg2001-10-161-0/+4
* getservbyname is not used by libcurl, don't check for itDaniel Stenberg2001-10-111-1/+0
* Albert Chin's improved gethostbyname_r() testsDaniel Stenberg2001-10-041-3/+0
* Added non-blocking sockets testDaniel Stenberg2001-10-011-0/+18
* removed perl and php makefilesDaniel Stenberg2001-09-121-4/+0
* checks for sys/utime.hDaniel Stenberg2001-09-071-1/+2
* utime() and utime.h adjustments for curl -RDaniel Stenberg2001-09-031-2/+4
* Troy Engel's fix for running configure without --with-sslDaniel Stenberg2001-08-211-0/+2
* Albert Chin's neat configure/package fixesDaniel Stenberg2001-08-201-306/+1
* --enable-debug now sets the following CFLAGS:Daniel Stenberg2001-08-141-1/+1
* when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg2001-06-201-4/+11
* Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg2001-06-111-1/+28
* fixed the dlopen checkDaniel Stenberg2001-05-311-2/+3
* Added Solaris 'pkgadd' building support to packages collection and autoconf/a...Cris Bailiff2001-05-301-0/+10
* check for strtok_rDaniel Stenberg2001-05-291-0/+1
* added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg2001-05-281-0/+5
* general autoconf and automake fixesDaniel Stenberg2001-05-221-0/+1
* cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg2001-05-221-13/+12
* added a lame double-check for libcrypto as otherwise it wouldn't get addedDaniel Stenberg2001-05-211-2/+1
* this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg2001-05-181-15/+27
* nicer OpenSSL header checkDaniel Stenberg2001-05-181-26/+5
* configure sets variables that curl-config uses to display what featuresDaniel Stenberg2001-04-181-1/+39
* Generates curl-config nowDaniel Stenberg2001-04-171-1/+2
* Andrés García's problems on the mailing list made me realize that we can'tDaniel Stenberg2001-03-221-0/+8
* fix the new makefiles in php/ and perl/Daniel Stenberg2001-03-161-1/+6
* checks for a few functions and include files more for the new getpwuid()Daniel Stenberg2001-03-141-1/+4
* the socklen_t check is more involved now, but works on linux at leastDaniel Stenberg2001-03-091-2/+21
* added a check for socklen_tDaniel Stenberg2001-03-091-2/+4
* new seeding stuff as mentioned by Albert ChinDaniel Stenberg2001-03-061-1/+32
* 7.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg2001-03-041-1/+2
* 7.6.1-pre3curl-7_6_1-pre3Daniel Stenberg2001-02-071-0/+3
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-8/+7
* Added support for --enable-debugDaniel Stenberg2001-02-011-0/+19
* Added a check for a working getaddrinfo() that is required for the IPv6Daniel Stenberg2001-01-311-2/+52
* make the configure script die if select() or socket() is missingDaniel Stenberg2001-01-251-0/+3
* Added simple IPv6 recognition supportDaniel Stenberg2001-01-221-0/+38
* 'make distcheck' works nowDaniel Stenberg2001-01-081-0/+1
* distcheck fixesDaniel Stenberg2001-01-081-0/+4
* adjusted to work with automake 'make dist'Daniel Stenberg2001-01-081-6/+4
* Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg2001-01-081-1/+3
* configure now finds the correct version number even if invoked from outsideDaniel Stenberg2001-01-041-1/+1
* Albert Chin-A-Young fixed the SSL option to use LDFLAGS properlyDaniel Stenberg2000-12-111-1/+2
* the tests dir is addedDaniel Stenberg2000-11-101-1/+2
* added getpass_r checkDaniel Stenberg2000-11-101-1/+2
* Added RSAglue/rsaref lib check if the crypto lib is there but the ssl libDaniel Stenberg2000-11-091-0/+17
* cleaned up the thread-safe checks into separate functions, added check forDaniel Stenberg2000-11-081-190/+225