Browse Source

configure.ac: remove superfluous bracket

Reported-by: Cory Fields
0.10
Jeff Garzik 11 years ago
parent
commit
12564aa166
  1. 2
      configure.ac

2
configure.ac

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

Loading…
Cancel
Save