]> granicus.if.org Git - php/commitdiff
Fixed bug: #12597.
authorfoobar <sniper@php.net>
Mon, 6 Aug 2001 15:40:47 +0000 (15:40 +0000)
committerfoobar <sniper@php.net>
Mon, 6 Aug 2001 15:40:47 +0000 (15:40 +0000)
ext/curl/config.m4

index abf345f74d454507dd124c781aa762b5efe5f4e5..729e45e04c4b5b40857f8a80d8b16f6eae985528 100644 (file)
@@ -48,6 +48,8 @@ if test "$PHP_CURL" != "no"; then
     AC_DEFINE(HAVE_CURL,1,[ ])
   ],[
     AC_MSG_ERROR(There is something wrong. Please check config.log for more information.)
+  ],[
+    $CURL_LIBS -L$CURL_DIR/lib
   ])
 
   PHP_EXTENSION(curl, $ext_shared)