From 909887be5ee496d2377ad28ecf981ae4efefb7f0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 14 Mar 2012 19:25:04 +0000 Subject: Update configure change Always define THIN_CHECK_CMD define - since for now we compile thin code in more places. --- configure | 4 ++-- configure.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index b9cdcc09..ca6e135e 100755 --- a/configure +++ b/configure @@ -7064,14 +7064,14 @@ fi test -z "$THIN_CHECK_CMD" && as_fn_error $? "thin_check not found in path $PATH" "$LINENO" 5 fi + ;; +esac cat >>confdefs.h <<_ACEOF #define THIN_CHECK_CMD "$THIN_CHECK_CMD" _ACEOF - ;; -esac ################################################################################ diff --git a/configure.in b/configure.in index 1a4bdeb1..670a3ecf 100644 --- a/configure.in +++ b/configure.in @@ -422,12 +422,12 @@ case "$THIN" in AC_PATH_PROG(THIN_CHECK_CMD, thin_check) test -z "$THIN_CHECK_CMD" && AC_MSG_ERROR(thin_check not found in path $PATH) fi - - AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"], - [The path to 'thin_check', if available.]) ;; esac +AC_DEFINE_UNQUOTED([THIN_CHECK_CMD], ["$THIN_CHECK_CMD"], + [The path to 'thin_check', if available.]) + ################################################################################ dnl -- Disable readline -- cgit