summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfche <fche>2008-02-10 00:28:54 +0000
committerfche <fche>2008-02-10 00:28:54 +0000
commit0d563e601674c51788b35103da6d004450833541 (patch)
tree6e233f1e5fdbb7615a865745c5f7df3ab8df83f5 /configure.ac
parentd4b2351e1b7126d5492424f45ebe222571feb8da (diff)
downloadsystemtap-steved-0d563e601674c51788b35103da6d004450833541.tar.gz
systemtap-steved-0d563e601674c51788b35103da6d004450833541.tar.xz
systemtap-steved-0d563e601674c51788b35103da6d004450833541.zip
PR5750: autoreconf compatibility
2008-02-09 Frank Ch. Eigler <fche@elastic.org> PR5750. From Eugeniy Meshcheryakov eugen@debian.org: * configure.ac (HAVE_LIBSQLITE3): Complete AC_DEFINE. * configure, INSTALL, missing, compile, depcomp, install-sh: autoreconf -fi'd.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a486b6b4..990245a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ sqlite3_LIBS=
AS_IF([test "x$enable_sqlite" != xno],
[AC_CHECK_LIB([sqlite3], [sqlite3_open],
[AC_SUBST([sqlite3_LIBS], [-lsqlite3])
- AC_DEFINE([HAVE_LIBSQLITE3])],
+ AC_DEFINE([HAVE_LIBSQLITE3], [1], [Define to 1 if you have the `sqlite3' library (-lsqlite3).])],
[if test "x$enable_sqlite" != xcheck; then
AC_MSG_FAILURE([--enable-sqlite was given, but test for sqlite failed])
fi])])