summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1c69d3)
raw | patch | inline | side by side (parent: c1c69d3)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 15:51:26 +0000 (16:51 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 4 Mar 2013 15:51:26 +0000 (16:51 +0100) |
The default value passed to AC_SDB_PLUGIN might contain additional information
about why the plugin has been disabled by default. This information should be
forwarded to the user.
about why the plugin has been disabled by default. This information should be
forwarded to the user.
m4/sdb_plugin.m4 | patch | blob | history |
diff --git a/m4/sdb_plugin.m4 b/m4/sdb_plugin.m4
index 1cf916cf4805eb692e7056e49bec78d90f9ed72e..e734e0d0b9bffb14688ae3dfb045ace05b92c09c 100644 (file)
--- a/m4/sdb_plugin.m4
+++ b/m4/sdb_plugin.m4
if test "x$2" = "xyes"; then
enable_plugin="yes"
else
- enable_plugin="no"
+ enable_plugin="$2"
fi
else
enable_plugin="$enable_all_plugins"