]> granicus.if.org Git - apache/commitdiff
Make AP_SERVER_ADD_STRING define-able from CFLAGS.
authorGuenter Knauf <fuankg@apache.org>
Sat, 25 May 2013 00:38:15 +0000 (00:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 25 May 2013 00:38:15 +0000 (00:38 +0000)
backport of r1481955.
Reviewed by: minfrin, humbedooh

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1486262 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_release.h

diff --git a/STATUS b/STATUS
index 56f793cf7d10c99f913872718677d2f7b8a5aae9..178282130abfae1d3d636b9b2d5af1846b5f7cbf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -115,11 +115,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patch works (minus CHANGES)
       +1: minfrin, jim, jorton
 
-    * ap_release.h: Make AP_SERVER_ADD_STRING define-able from CFLAGS.
-      trunk patch: http://svn.apache.org/r1481955
-      2.4.x patch: trunk works (with fuzz)
-      +1: fuankg, minfrin, humbedooh
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
index a140f6270061e6290c4d4935a7503cab38996b88..bec8fc3e6c01f78df127b531d53c8e6bc08ac854 100644 (file)
 #define AP_SERVER_MINORVERSION_NUMBER 4
 #define AP_SERVER_PATCHLEVEL_NUMBER   5
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
-#define AP_SERVER_ADD_STRING          "-dev"
 
 /* Synchronize the above with docs/manual/style/version.ent */
 
 #if !AP_SERVER_DEVBUILD_BOOLEAN
-#undef AP_SERVER_ADD_STRING
 #define AP_SERVER_ADD_STRING          ""
+#else
+#ifndef AP_SERVER_ADD_STRING
+#define AP_SERVER_ADD_STRING          "-dev"
+#endif
 #endif
 
 /* keep old macros as well */