From: Fredrik Tolf Date: Tue, 14 Aug 2007 17:31:15 +0000 (+0200) Subject: Fix bug in DOLDA_ENABLE. X-Git-Tag: 1.0~59 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=5d374eb013ae9247e523f325bf4efe8f9b8f5be4 Fix bug in DOLDA_ENABLE. --- diff --git a/acinclude.m4 b/acinclude.m4 index 714a850..5589ce6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -43,7 +43,7 @@ if test "[$enable_][$1]" = yes; then AC_MSG_ERROR([*** cannot enable $1 without $var]) fi done -else +elif test -z "[$enable_][$1]"; then ifelse([$3], yes, [dnl [enable_][$1]=yes for var in [$4]; do