From 1c0b94eff83a3f2147a09b25fe5a4b6bc48ad1b4 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 11 Jul 2007 15:48:29 +0000 Subject: 2007-07-11 Frank Ch. Eigler * configure.ac: Don't AC_MSG_ERROR if don't HAVE_LIBSQLITE3. * coveragedb.cxx: Compile to nothing unless HAVE_LIBSQLITE3. * main.cxx: Print no error message on -q if HAVE_LIBSQLITE3. * configure: Regenerated, looks rosier with HAVE_LIBSQLITE3. --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9fd6b86c..99acf26a 100755 --- a/configure +++ b/configure @@ -5991,11 +5991,6 @@ _ACEOF LIBS="-lsqlite3 $LIBS" -else - - { { echo "$as_me:$LINENO: error: missing sqlite development headers/libraries" >&5 -echo "$as_me: error: missing sqlite development headers/libraries" >&2;} - { (exit 1); exit 1; }; } fi sqlite3_LIBS="$LIBS" -- cgit