monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Always uses bundled SQLite/LUA (error in autoconf.ac)


From: Christof Petig
Subject: [Monotone-devel] Always uses bundled SQLite/LUA (error in autoconf.ac)
Date: Tue, 20 Apr 2004 11:41:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux ppc; de-AT; rv:1.6) Gecko/20040414 Debian/1.6-5

Symptom: monotone always uses it's bundled SQLite (which is fatal for me since my system's SQLite is newer).

The following looks like an error to me :
@@ -200,7 +199,7 @@
    AC_HELP_STRING(
       [--with-bundled-sqlite],
       [Force use of bundled version of sqlite (default=no)]
-   ), , [bundled_sqlite=yes]
+   ), [bundled_sqlite=yes], [bundled_sqlite=no]
 )

 if test "x$bundled_sqlite" = "xno" ; then

the syntax is (module,help,if_given,if_not_given) so --with-bundled-sqlite should set the value to yes (not no)

  Christof




reply via email to

[Prev in Thread] Current Thread [Next in Thread]