fix underquoting

SVN revision: 14877
This commit is contained in:
Mike Frysinger 2005-05-20 22:01:40 +00:00
parent d1649294c1
commit 2bac60d01f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
dnl also defines GSTUFF_PKG_ERRORS on error
AC_DEFUN(PKG_CHECK_MODULES, [
AC_DEFUN([PKG_CHECK_MODULES], [
succeeded=no
if test -z "$PKG_CONFIG"; then