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>2010-03-13 05:14:47 +0300
committerLevi Bard <levibard@mono-cvs.ximian.com>2010-03-13 05:14:47 +0300
commitf52b2cd428501658875e7f0b03e55ef719b2ef49 (patch)
tree77421ac30a26cd7e03102e7890fef382cb825d19 /extras/ValaBinding
parent40c24a1b61582df2d98bdaca6e20178dbcd73e48 (diff)
Change autofoo to check for afrodite.
svn path=/trunk/monodevelop/; revision=153533
Diffstat (limited to 'extras/ValaBinding')
-rw-r--r--extras/ValaBinding/ChangeLog4
-rw-r--r--extras/ValaBinding/configure.in11
2 files changed, 8 insertions, 7 deletions
diff --git a/extras/ValaBinding/ChangeLog b/extras/ValaBinding/ChangeLog
index 6adf2f2d19..844738fbaa 100644
--- a/extras/ValaBinding/ChangeLog
+++ b/extras/ValaBinding/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-12 Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com>
+
+ * configure.in: Change autofoo to check for afrodite.
+
2010-03-03 Michael Hutchinson <mhutchinson@novell.com>
* Project/ValaProject.cs: Track ProjectFile Link API.
diff --git a/extras/ValaBinding/configure.in b/extras/ValaBinding/configure.in
index 25626b86e0..7edb2b7c13 100644
--- a/extras/ValaBinding/configure.in
+++ b/extras/ValaBinding/configure.in
@@ -82,16 +82,13 @@ PKG_CHECK_MODULES(GCONF_SHARP, gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION, [g
AC_SUBST(GCONF_SHARP_LIBS)
AM_CONDITIONAL(HAVE_GCONF_SHARP, test x$gconf_sharp = xyes)
-AC_CHECK_PROG(VSCSHELL, vsc-shell, [vsc-shell])
-AC_SUBST(VSCSHELL)
-
-if test x$VSCSHELL = x; then
+AC_SEARCH_LIBS(afrodite_utils_get_package_paths, afrodite, [], [
echo ""
- echo "Vsc-shell is required for Vala code completion."
- echo "Vsc-shell is part of the VTG package, available from: "
+ echo "libafrodite is required for Vala code completion."
+ echo "libafrodite is part of the VTG package, available from: "
echo "http://code.google.com/p/vtg/"
echo ""
-fi
+])
gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
AC_SUBST(gtksharp_prefix)