summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b954b21)
raw | patch | inline | side by side (parent: b954b21)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 15:52:36 +0000 (16:52 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 15:52:36 +0000 (16:52 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index f765d5f56f9efe9edb8bfbc9b1a721e3d8e5f558..e9e8a3c8956ece3f5b99101ba7af836455c6ae5a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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