From c8b82c097f8757004cb5d3218ca0475a37db86b7 Mon Sep 17 00:00:00 2001 From: tripolar Date: Mon, 14 Nov 2011 01:09:26 +0000 Subject: [PATCH] [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 --- net/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0