]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorserassio <>
Sun, 24 Dec 2006 22:25:42 +0000 (22:25 +0000)
committerserassio <>
Sun, 24 Dec 2006 22:25:42 +0000 (22:25 +0000)
configure
include/autoconf.h.in

index c7caecbc2c76c323568680ac69058b6e7ed170d2..a73161a5fb047098dcf0d617c76e8fc7157b4b1c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.445 .
+# From configure.in Revision.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE5-CVS.
 #
@@ -20982,7 +20982,7 @@ fi
 
     case "$host_os" in
     mingw|mingw32)
-                SSLLIB='-lssl -lcrypto -lgdi32'
+                SSLLIB='-lssleay32 -leay32 -lgdi32'
         ;;
     *)
         SSLLIB='-lssl -lcrypto'
@@ -42185,6 +42185,7 @@ esac
 
 
 
+
 
 
 for ac_func in \
@@ -42202,6 +42203,7 @@ for ac_func in \
        getrlimit \
        getrusage \
        getspnam \
+       gettimeofday \
        htobe16 \
        htole16 \
        lrand48 \
index 9c9b891cec6346f6d48d2309eae1410e3e83546c..14d539fe65887f5af086b3416af09faea514f271 100644 (file)
 /* Define to 1 if you have the `getspnam' function. */
 #undef HAVE_GETSPNAM
 
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
 /* Define to 1 if you have the <glib.h> header file. */
 #undef HAVE_GLIB_H