mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Stringify ICON_FILE, like other values passed in via -Dxx=yy
With an out of tree build like cmake, certain paths to the source tree and icon file can foil parsing of this line by the resource compiler unless the path is quoted. Submitted by: Bert Huijben Reviewed by: trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1543282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
#ifdef ICON_FILE
|
||||
1 ICON DISCARDABLE ICON_FILE
|
||||
1 ICON DISCARDABLE APR_STRINGIFY(ICON_FILE)
|
||||
#endif
|
||||
|
||||
#define LONG_NAME_STR APR_STRINGIFY(LONG_NAME)
|
||||
|
Reference in New Issue
Block a user