summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-12-12 15:42:25 +0000
committerfoobar <sniper@php.net>2001-12-12 15:42:25 +0000
commit657ce39a28bdc40ef8cbf6702d1d4a0618874968 (patch)
tree07e49366016d4a8e718069c16c78f30c227bc7a0
parent97a29e07c9c6b1400630b5ec058ab0a6fd77ea40 (diff)
downloadphp-git-657ce39a28bdc40ef8cbf6702d1d4a0618874968.tar.gz
Fixed a typo and added [] around the message text.
-rw-r--r--ext/ming/config.m44
1 files 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)