diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-11 17:27:21 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-11 17:27:21 +0000 |
commit | 37cfda6c1412ce5decb302b3739e6bc639783e2a (patch) | |
tree | b36f9f8b07c979356056d1cd56be2eb3c7d46adc /configure.ac | |
parent | a96ba56971c37367c762278f67d78f7a0112b470 (diff) |
merge: fix++
SVN revision: 76467
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files 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 | |||
183 | # pkg-config | 183 | # pkg-config |
184 | 184 | ||
185 | PKG_PROG_PKG_CONFIG | 185 | PKG_PROG_PKG_CONFIG |
186 | if test "x${PKGCONFIG}" = "x" ; then | 186 | if test "x${PKG_CONFIG}" = "x" ; then |
187 | AC_MSG_ERROR([pkg-config tool not found. Install it or set PKGCONFIG environment variable to that path tool. Exiting...]) | 187 | AC_MSG_ERROR([pkg-config tool not found. Install it or set PKG_CONFIG environment variable to that path tool. Exiting...]) |
188 | fi | 188 | fi |
189 | 189 | ||
190 | # doxygen program for documentation building | 190 | # doxygen program for documentation building |