From 5a8b199454807a67fac61ef0c1a68f68cb7ca313 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 14:13:53 +0000 Subject: [PATCH] always quote messages with [...], *especialy* when using kommas in the text --- ext/mcrypt/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]) -- 2.50.1