summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7f002d4e..47482a7f 100755
--- a/configure
+++ b/configure
@@ -6071,7 +6071,8 @@ 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
+
+cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBSQLITE3 1
_ACEOF