summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-14 01:24:07 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-14 01:24:07 +0000
commit4783ccc4bc36e825965ef3d5da300c473a363f15 (patch)
tree0c075ef656b220909dcbd36518c4aac9c7810590 /build
parentc3a459a2d3e538e4013ee71066cf0b9fa8ed47f3 (diff)
downloadhttpd-4783ccc4bc36e825965ef3d5da300c473a363f15.tar.gz
NetWare build: make use of SVN revision optional.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUtail.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index be67989cdb..3e85b369c1 100644
--- a/build/NWGNUtail.inc
+++ b/build/NWGNUtail.inc
@@ -112,9 +112,11 @@ VERSION_MAJMIN = 25
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"