[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:
parent
8696488401
commit
c8b82c097f
@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-pam \
|
--without-pam \
|
||||||
--without-x
|
--without-x
|
||||||
|
|
||||||
ifdef CONFIG_OPENSSL_ENGINE
|
ifeq ($(CONFIG_OPENSSL_ENGINE),y)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-ssl-engine
|
--with-ssl-engine
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user