From daa610f553d67e75b0c3e175d409626b5442c3a4 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 14 Dec 2009 20:24:35 +0100 Subject: autoconf: fix sqlite configure description message. This patch fixes configure message as pointed out by http://bugzilla.netfilter.org/show_bug.cgi?id=594 --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acinclude.m4') 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]) -- cgit v1.2.3