[packages] openssh: use ifeq not ifdef to use the same style

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29088 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2011-11-14 01:09:26 +00:00
parent 8696488401
commit c8b82c097f

View File

@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \
--without-pam \
--without-x
ifdef CONFIG_OPENSSL_ENGINE
ifeq ($(CONFIG_OPENSSL_ENGINE),y)
CONFIGURE_ARGS+= \
--with-ssl-engine
endif