]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Don't set USE_ATTR_SQL when the sql plugin is enabled only
authorTobias Brunner <tobias@strongswan.org>
Wed, 27 Mar 2013 06:47:53 +0000 (07:47 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 27 Mar 2013 06:47:53 +0000 (07:47 +0100)
configure.in

index 2e36c99f2769f40221b795b91834bf5349b55999..d4c35bee16de0604faf6f225984e77847e0e5040 100644 (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)