From: Guenter Knauf Date: Tue, 14 May 2013 01:24:07 +0000 (+0000) Subject: NetWare build: make use of SVN revision optional. X-Git-Tag: 2.2.25~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304d0b191a0b6c70e5b3c718d1520359a7651d5b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index a482e13571a..26d31ebd10f 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -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"