merge: fix++

SVN revision: 76467
This commit is contained in:
Vincent Torri 2012-09-11 17:27:21 +00:00
parent a96ba56971
commit 37cfda6c14
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ AC_PROG_CC
# pkg-config
PKG_PROG_PKG_CONFIG
if test "x${PKGCONFIG}" = "x" ; then
AC_MSG_ERROR([pkg-config tool not found. Install it or set PKGCONFIG environment variable to that path tool. Exiting...])
if test "x${PKG_CONFIG}" = "x" ; then
AC_MSG_ERROR([pkg-config tool not found. Install it or set PKG_CONFIG environment variable to that path tool. Exiting...])
fi
# doxygen program for documentation building