]> granicus.if.org Git - php/commitdiff
- Fixed bug: #16203
authorfoobar <sniper@php.net>
Wed, 27 Mar 2002 15:30:52 +0000 (15:30 +0000)
committerfoobar <sniper@php.net>
Wed, 27 Mar 2002 15:30:52 +0000 (15:30 +0000)
# unconditionally adding libraries which are not even neeeded is evil.

ext/ming/config.m4

index e5e45a11e854011ed5e8279b675191aab7f33c32..243c071ac3affdb5a35e9d2ac707872244b628e1 100644 (file)
@@ -21,7 +21,7 @@ if test "$PHP_MING" != "no"; then
   ],[
     AC_MSG_ERROR([Ming library 0.2a or greater required.])
   ],[
-    -L$MING_DIR/lib -lm -ldl
+    -L$MING_DIR/lib
   ])
 
   PHP_ADD_INCLUDE($MING_DIR/include)