configure.ac: remove superfluous bracket

Reported-by: Cory Fields
This commit is contained in:
Jeff Garzik 2013-09-07 19:42:32 -04:00
parent 15fd245b9a
commit 12564aa166

View file

@ -408,7 +408,7 @@ fi
if test x$use_pkgconfig = xyes; then
if test x$PKG_CONFIG == x; then
AC_MSG_ERROR(pkg-config not found.)]
AC_MSG_ERROR(pkg-config not found.)
fi
: #NOP