]> granicus.if.org Git - php/commitdiff
Fixed a typo and added [] around the message text.
authorfoobar <sniper@php.net>
Wed, 12 Dec 2001 15:42:25 +0000 (15:42 +0000)
committerfoobar <sniper@php.net>
Wed, 12 Dec 2001 15:42:25 +0000 (15:42 +0000)
ext/ming/config.m4

index e3619c12737593e6258d3c8af4377b24a731e595..4962f973c4292571b9b5b6eb1d3902783c48165b 100644 (file)
@@ -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)