summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordsmith <dsmith>2008-01-28 15:08:58 +0000
committerdsmith <dsmith>2008-01-28 15:08:58 +0000
commit0760668552a05a25bc09055ca35b0585c206fd25 (patch)
treebf23a82c1eaf6fda784ab8c9cf2ddaf2b28ee233 /configure
parente2de7195efa37921953248d2a4af565e99bfd249 (diff)
downloadsystemtap-steved-0760668552a05a25bc09055ca35b0585c206fd25.tar.gz
systemtap-steved-0760668552a05a25bc09055ca35b0585c206fd25.tar.xz
systemtap-steved-0760668552a05a25bc09055ca35b0585c206fd25.zip
2008-01-28 David Smith <dsmith@redhat.com>
PR 5685. From Eugeniy Meshcheryakov <eugen@debian.org> * configure.ac: If "--enable-sqlite" is specified, define HAVE_LIBSQLITE3. * configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index dff77901..0a14c6a5 100755
--- a/configure
+++ b/configure
@@ -6029,6 +6029,10 @@ echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_open" >&6; }
if test $ac_cv_lib_sqlite3_sqlite3_open = yes; then
sqlite3_LIBS=-lsqlite3
+ cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBSQLITE3 1
+_ACEOF
+
else
if test "x$enable_sqlite" != xcheck; then
{ { echo "$as_me:$LINENO: error: --enable-sqlite was given, but test for sqlite failed