diff options
-rw-r--r-- | ext/ming/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |