From: Sascha Schumann Date: Wed, 20 Mar 2002 11:49:36 +0000 (+0000) Subject: Don't quote too much. Now autoconf-2.13 is happy again. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9f36aed9fca238fde11df92eaf13dbc4462e6e7;p=php Don't quote too much. Now autoconf-2.13 is happy again. --- diff --git a/acinclude.m4 b/acinclude.m4 index 4c82285bdc..8c45a372c0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1341,10 +1341,10 @@ AC_DEFUN(PHP_CHECK_LIBRARY, [ LDFLAGS="$5 $LDFLAGS" AC_CHECK_LIB([$1],[$2],[ LDFLAGS=$save_old_LDFLAGS - [$3] + $3 ],[ LDFLAGS=$save_old_LDFLAGS - [$4] + $4 ])dnl ])