[Monodevelop-patches-list] r2085 - trunk/MonoDevelop/Core

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Dec 16 17:27:16 EST 2004


Author: tberman
Date: 2004-12-16 17:27:16 -0500 (Thu, 16 Dec 2004)
New Revision: 2085

Modified:
   trunk/MonoDevelop/Core/ChangeLog
   trunk/MonoDevelop/Core/configure.in
Log:
2004-12016  David Dollar  <ddollar at grepninja.org>

	* configure.in: Remove the second gtk-sharp prefix check that was
	breaking people with gtk-sharp 1.0 and 2.0 installs in different
	prefixes.



Modified: trunk/MonoDevelop/Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/ChangeLog	2004-12-16 10:50:43 UTC (rev 2084)
+++ trunk/MonoDevelop/Core/ChangeLog	2004-12-16 22:27:16 UTC (rev 2085)
@@ -1,3 +1,9 @@
+2004-12016  David Dollar  <ddollar at grepninja.org>
+
+	* configure.in: Remove the second gtk-sharp prefix check that was
+	breaking people with gtk-sharp 1.0 and 2.0 installs in different
+	prefixes.
+
 2004-11-12  Todd Berman  <tberman at off.net>
 
 	* configure.in: Require 0.6.99 (HEAD SVN) gtksourceview-sharp.

Modified: trunk/MonoDevelop/Core/configure.in
===================================================================
--- trunk/MonoDevelop/Core/configure.in	2004-12-16 10:50:43 UTC (rev 2084)
+++ trunk/MonoDevelop/Core/configure.in	2004-12-16 22:27:16 UTC (rev 2085)
@@ -78,7 +78,7 @@
 BASE_DEPENDENCIES_LIBS=${BASE_DEPENDENCIES_LIBS}${EXTRA_CRAP_LIBS}	
 AC_SUBST(BASE_DEPENDENCIES_LIBS)
 
-gtksharp_prefix=`pkg-config --variable=prefix gtk-sharp-2.0`
+gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp-2.0`"
 AC_SUBST(gtksharp_prefix)
 
 dnl GdlDock requirements and configuration
@@ -115,8 +115,6 @@
 
 AC_SUBST(gnome_prefix)
 
-gtksharp_prefix="`$PKG_CONFIG --variable=prefix gtk-sharp`"
-
 if test "x$XDGMIME" = "xno" ; then
 enable_xdgmime="no"
 else




More information about the Monodevelop-patches-list mailing list