From: tripolar Date: Mon, 14 Nov 2011 01:09:26 +0000 (+0000) Subject: [packages] openssh: use ifeq not ifdef to use the same style X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=c8b82c097f8757004cb5d3218ca0475a37db86b7;p=packages.git [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 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 527bd98f5..3f4bc3716 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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