]> granicus.if.org Git - apache/commitdiff
Make AP_SERVER_ADD_STRING define-able from CFLAGS.
authorGuenter Knauf <fuankg@apache.org>
Mon, 13 May 2013 16:30:04 +0000 (16:30 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 13 May 2013 16:30:04 +0000 (16:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481955 13f79535-47bb-0310-9956-ffa450edef68

include/ap_release.h

index d5f01db89d1e695192790e719de3f13f10637bb5..089c1420127b27951f2fb719b628aa77a228eb43 100644 (file)
 #define AP_SERVER_MINORVERSION_NUMBER 5
 #define AP_SERVER_PATCHLEVEL_NUMBER   0
 #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 */