From: Sebastian Harl Date: Mon, 4 Mar 2013 15:52:36 +0000 (+0100) Subject: configure: Improved the check for disabled puppet-storeconfigs. X-Git-Tag: sysdb-0.1.0~438^2~5 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=20a76413b8316a33a07329262b1c2d40a1c004d4 configure: Improved the check for disabled puppet-storeconfigs. --- diff --git a/configure.ac b/configure.ac index f765d5f..e9e8a3c 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ AC_SUBST([A2X]) dnl Plugin checks. puppet_storeconfigs_default=$with_libdbi -if test "x$puppet_storeconfigs_default" = "xno"; then +if test "x$puppet_storeconfigs_default" != "xyes"; then puppet_storeconfigs_default="no (requires libdbi)" fi