From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 14:13:53 +0000 (+0000) Subject: always quote messages with [...], *especialy* when using kommas in the text X-Git-Tag: PRE_ISSET_PATCH~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a8b199454807a67fac61ef0c1a68f68cb7ca313;p=php always quote messages with [...], *especialy* when using kommas in the text --- diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4 index 091dc32efb..6d5f231267 100644 --- a/ext/mcrypt/config.m4 +++ b/ext/mcrypt/config.m4 @@ -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 ])