From: foobar Date: Wed, 27 Mar 2002 15:30:52 +0000 (+0000) Subject: - Fixed bug: #16203 X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d8c05bb38b0d8cafa2292f25da02cb69d68f308;p=php - Fixed bug: #16203 # unconditionally adding libraries which are not even neeeded is evil. --- diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index e5e45a11e8..243c071ac3 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -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)