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

NetWare build: make use of SVN revision optional.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1482168 13f79535-47bb-0310-9956-ffa450edef68
parent 0a9d08db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -112,9 +112,11 @@ VERSION_MAJMIN = 22
endif
endif
endif
ifeq "$(USE_SVNREV)" "1"
ifneq "$(strip $(SVN_REVISION))" ""
CFLAGS	+= -DAP_SERVER_ADD_STRING=\"$(SVN_REVISION)\"
endif
endif


ifeq "$(words $(strip $(TARGET_nlm)))" "1"