[anjuta] configure.in: fixed $PKG_CONFIG value.
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] configure.in: fixed $PKG_CONFIG value.
- Date: Fri, 19 Feb 2010 00:37:33 +0000 (UTC)
commit 5899b9861184c8c290d8d119ed9a758681e20129
Author: Massimo Corà <mcora src gnome org>
Date: Fri Feb 19 01:36:32 2010 +0100
configure.in: fixed $PKG_CONFIG value.
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index b18e44a..d7bdd9f 100644
--- a/configure.in
+++ b/configure.in
@@ -134,8 +134,8 @@ AC_SUBST(gjsdir)
dnl ***************************************************************************
dnl Check for pkgconfig
dnl ***************************************************************************
-AC_PATH_PROG(PKGCONFIG_CONFIG, pkg-config,no)
-if test x$PKGCONFIG_CONFIG = xno; then
+AC_PATH_PROG(PKG_CONFIG, pkg-config,no)
+if test x$PKG_CONFIG = xno; then
AC_MSG_ERROR(Please install the pkg-config package from http://www.freedesktop.org/software/pkgconfig/)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]