From 2d8c05bb38b0d8cafa2292f25da02cb69d68f308 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 27 Mar 2002 15:30:52 +0000 Subject: [PATCH] - Fixed bug: #16203 # unconditionally adding libraries which are not even neeeded is evil. --- ext/ming/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1