always quote messages with [...], *especialy* when using kommas in the text

This commit is contained in:
Hartmut Holzgraefe 2002-01-04 14:13:53 +00:00
parent e69e9be289
commit 5a8b199454

View File

@ -33,7 +33,7 @@ if test "$PHP_MCRYPT" != "no"; then
[
AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ])
],[
AC_MSG_ERROR(Sorry, I was not able to diagnose which libmcrypt version you have installed.)
AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.])
],[
-L$MCRYPT_DIR/lib
])