summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-12-14 20:24:35 +0100
committerEric Leblond <eric@inl.fr>2010-09-22 01:36:42 +0200
commitdaa610f553d67e75b0c3e175d409626b5442c3a4 (patch)
treef1aadeaacef8349f1e87ebe5f8961e467f8c65c4 /acinclude.m4
parent1c5e9a5b52ed5f2f7da53d4d21928819f9c3a9b0 (diff)
autoconf: fix sqlite configure description message.
This patch fixes configure message as pointed out by http://bugzilla.netfilter.org/show_bug.cgi?id=594
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4d80f10..6929e06 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -288,10 +288,10 @@ AC_ARG_WITH(sqlite3,
[ --with-sqlite3=PREFIX Prefix of your SQLITE3 installation],
[sqlite3_prefix=$withval], [sqlite3_prefix=])
AC_ARG_WITH(sqlite3-inc,
- [ --with-sqlite3-inc=PATH Path to the include directory of MySQL],
+ [ --with-sqlite3-inc=PATH Path to the include directory of SQLITE3],
[sqlite3_inc=$withval], [sqlite3_inc=/usr/include])
AC_ARG_WITH(sqlite3-lib,
- [ --with-sqlite3-lib=PATH Path to the libraries of MySQL],
+ [ --with-sqlite3-lib=PATH Path to the libraries of SQLITE3],
[sqlite3_lib=$withval], [sqlite3_lib=/usr/lib])