]> granicus.if.org Git - php/commitdiff
always quote messages with [...], *especialy* when using kommas in the text
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:13:53 +0000 (14:13 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Jan 2002 14:13:53 +0000 (14:13 +0000)
ext/mcrypt/config.m4

index 091dc32efbb60d81debf021263f5ac2b6eb56320..6d5f231267be865e47eff2876c88dcc6f6edf5c8 100644 (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
     ])