]> granicus.if.org Git - apache/commitdiff
NetWare build: make use of SVN revision optional.
authorGuenter Knauf <fuankg@apache.org>
Tue, 14 May 2013 01:24:07 +0000 (01:24 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 14 May 2013 01:24:07 +0000 (01:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1482168 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUtail.inc

index 7d334f7e03a288cea94f80d1fc3296df65a73b4e..fca5ca94e4a59c50e7d1833e28f1fa39e6722b6f 100644 (file)
@@ -112,9 +112,11 @@ VERSION_MAJMIN     = 24
 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"