From da641cd3e8aa2792ab99a0ac41b4a657a94dccfa Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 10 Oct 2006 17:40:10 +0000 Subject: * partial rollback of mysql code in lket/b2a until configury problems are solved --- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 900c1d62..380de789 100755 --- a/configure +++ b/configure @@ -5225,8 +5225,12 @@ else fi +# This check is not sufficient. mysql_config may exist on machines +# that do not actually have the development headers/libraries installed. +# AM_CONDITIONAL(HAS_MYSQL, which mysql_config > /dev/null 2>&1) -if which mysql_config > /dev/null 2>&1; then + +if false; then HAS_MYSQL_TRUE= HAS_MYSQL_FALSE='#' else @@ -5242,6 +5246,7 @@ echo "$as_me: WARNING: glib2-devel is required to build lket-b2a. no glib2-devel found, skip building lket-b2a..." >&2;} fi +# AC_CHECK_LIB if ! which mysql_config > /dev/null 2>&1; then { echo "$as_me:$LINENO: WARNING: mysqlclient lib is required to build lket-b2a with database support. no mysqlclient lib is found, skip building lket-b2a with database support..." >&5 -- cgit