Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Bard <levibard@mono-cvs.ximian.com>2009-03-10 20:46:36 +0300
committerLevi Bard <levibard@mono-cvs.ximian.com>2009-03-10 20:46:36 +0300
commitdddb50871a8d08f6140403ba0c74c5c848b8de4b (patch)
treedd40c0786811fd5ec2b65627392d0f14f8a93342 /extras/ValaBinding/configure.in
parentcd7166f8b994f1cfd3cf7b705400ba6a4a597b36 (diff)
Implement basic Makefile generation.
svn path=/trunk/monodevelop/; revision=128997
Diffstat (limited to 'extras/ValaBinding/configure.in')
-rw-r--r--extras/ValaBinding/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/ValaBinding/configure.in b/extras/ValaBinding/configure.in
index f7159dcda4..369d0f872b 100644
--- a/extras/ValaBinding/configure.in
+++ b/extras/ValaBinding/configure.in
@@ -24,6 +24,8 @@ if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR([You need to install pkg-config])
fi
+export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:../../local-config/"
+
MONO_REQUIRED_VERSION=1.1.10
PKG_CHECK_MODULES(UNMANAGED_DEPENDENCIES_MONO,mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)