From 657ce39a28bdc40ef8cbf6702d1d4a0618874968 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 12 Dec 2001 15:42:25 +0000 Subject: [PATCH] Fixed a typo and added [] around the message text. --- ext/ming/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1