Commit 3d55db9b authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Added check for APU_HAVE_CRYPTO to NetWare build.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1194930 13f79535-47bb-0310-9956-ffa450edef68
parent e601b598
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ TARGET_nlm = \
	$(EOLIST)

# If the APU library has cryptp API then build the mod_session_crypto module
ifdef APU_HAVE_CRYPTO
AWKCMD = $(AWK) '/^\#define APU_HAVE_CRYPTO/{print $$3}' $(APRUTIL)/include/apu.h
ifeq "$(shell $(AWKCMD))" "1"
TARGET_nlm += $(OBJDIR)/session_crypto.nlm
endif