Add some []s before dnl

Autoconf 2.66 has some problems with missing []s before dnls, causing
the expanded text to be garbled.

Fixes #29056
This commit is contained in:
Tollef Fog Heen 2010-08-19 08:54:09 +02:00
parent f76fe52575
commit 2b86e9b466

4
pkg.m4
View file

@ -135,7 +135,7 @@ $$1_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
_PKG_TEXT])dnl
_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
@ -146,7 +146,7 @@ path to pkg-config.
_PKG_TEXT
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS