From 37cfda6c1412ce5decb302b3739e6bc639783e2a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 11 Sep 2012 17:27:21 +0000 Subject: [PATCH] merge: fix++ SVN revision: 76467 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8eb572646b..7aa0a78875 100644 --- a/configure.ac +++ b/configure.ac @@ -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