From: foobar Date: Wed, 12 Dec 2001 15:42:25 +0000 (+0000) Subject: Fixed a typo and added [] around the message text. X-Git-Tag: ChangeLog~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=657ce39a28bdc40ef8cbf6702d1d4a0618874968;p=php Fixed a typo and added [] around the message text. --- diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index e3619c1273..4962f973c4 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -19,9 +19,9 @@ if test "$PHP_MING" != "no"; then PHP_CHECK_LIBRARY(ming, Ming_useSWFVersion, [ AC_DEFINE(HAVE_MING,1,[ ]) ],[ - AC_MSG_ERROR(Ming library 0.2a or greater required.) + AC_MSG_ERROR([Ming library 0.2a or greater required.]) ],[ - -L$MING_DIR/lib -lm -ldl" + -L$MING_DIR/lib -lm -ldl ]) PHP_ADD_INCLUDE($MING_DIR/include)