Code

configure: Improved the check for disabled puppet-storeconfigs.
authorSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 15:52:36 +0000 (16:52 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 4 Mar 2013 15:52:36 +0000 (16:52 +0100)
configure.ac

index f765d5f56f9efe9edb8bfbc9b1a721e3d8e5f558..e9e8a3c8956ece3f5b99101ba7af836455c6ae5a 100644 (file)
@@ -224,7 +224,7 @@ AC_SUBST([A2X])
 
 dnl Plugin checks.
 puppet_storeconfigs_default=$with_libdbi
 
 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
 
        puppet_storeconfigs_default="no (requires libdbi)"
 fi