monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] [PATCH] fix --with-bundled-sqlite handling


From: joel reed
Subject: [Monotone-devel] [PATCH] fix --with-bundled-sqlite handling
Date: Sun, 18 Apr 2004 20:51:00 -0400
User-agent: Mutt/1.5.5.1i

it seems the following patch is needed to make the configure script 
respect --with-bundled-sqlite=no, without it bundled sqlite is always
used (at least with my auto* tools it is).

jr

# Old manifest: 2674b4e4a6ed1a5e57daee60988da96340eb47c1
# New manifest: 9d11126c74f841edfddc47d4b6dad6e7712b7b57
# Summary of changes:
# 
#   patch configure.ac
#    from 9e883257834914032498a802dd9b987b2b56afff
#      to 2dc48a132e7984197df6735a11c288736b862c1c
# 
--- configure.ac
+++ configure.ac
@@ -203,7 +203,7 @@
    ), , [bundled_sqlite=yes]
 )
 
-if test "x$bundled_sqlite" = "xno" ; then
+if test "x$with_bundled_sqlite" = "xno" ; then
    bundled_sqlite=yes
    AC_CHECK_HEADER([sqlite.h],
       AC_CHECK_LIB([sqlite], [sqlite_open],




reply via email to

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