[Galago-commits] r2714 - trunk/galago-sharp

galago-commits at freedesktop.org galago-commits at freedesktop.org
Wed Apr 12 00:44:20 PDT 2006


Author: chipx86
Date: 2006-04-12 00:44:18 -0700 (Wed, 12 Apr 2006)
New Revision: 2714

Modified:
   trunk/galago-sharp/ChangeLog
   trunk/galago-sharp/configure.ac
Log:
Check for the right version variable to determine if we want to get a tarball or SVN checkout.


Modified: trunk/galago-sharp/ChangeLog
===================================================================
--- trunk/galago-sharp/ChangeLog	2006-04-12 07:39:07 UTC (rev 2713)
+++ trunk/galago-sharp/ChangeLog	2006-04-12 07:44:18 UTC (rev 2714)
@@ -1,3 +1,9 @@
+Wed Apr 12 00:43:49 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* configure.ac:
+	  - Check for the right version variable to determine if we want to get a
+	    tarball or SVN checkout.
+
 Wed Apr 12 00:35:29 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* tests/get-presence.cs:

Modified: trunk/galago-sharp/configure.ac
===================================================================
--- trunk/galago-sharp/configure.ac	2006-04-12 07:39:07 UTC (rev 2713)
+++ trunk/galago-sharp/configure.ac	2006-04-12 07:44:18 UTC (rev 2714)
@@ -148,7 +148,7 @@
 dnl ################################################################
 dnl # Check if we want to use a tarball or svn for updates
 dnl ################################################################
-if test "x$GALAGO_GTK_SHARP_DEVEL_VERSION" != "x0"; then
+if test "x$GALAGO_SHARP_DEVEL_VERSION" != "x0"; then
 	use_libgalago_svn=yes;
 else
 	use_libgalago_svn=no;



More information about the galago-commits mailing list