Don't set USE_ATTR_SQL when the sql plugin is enabled only

This commit is contained in:
Tobias Brunner 2013-03-27 07:47:53 +01:00
parent 419a9a4fcd
commit 613fb0b494
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ AM_CONDITIONAL(USE_UNITY, test x$unity = xtrue)
# hydra plugins
# ---------------
AM_CONDITIONAL(USE_ATTR, test x$attr = xtrue)
AM_CONDITIONAL(USE_ATTR_SQL, test x$attr_sql = xtrue -o x$sql = xtrue)
AM_CONDITIONAL(USE_ATTR_SQL, test x$attr_sql = xtrue)
AM_CONDITIONAL(USE_KERNEL_KLIPS, test x$kernel_klips = xtrue)
AM_CONDITIONAL(USE_KERNEL_NETLINK, test x$kernel_netlink = xtrue)
AM_CONDITIONAL(USE_KERNEL_PFKEY, test x$kernel_pfkey = xtrue)