projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a433a9c
)
Add missing config.h.in entry for HAVE_LIBINTL_H (#15887)
author
Jan Vorlicek
<janvorli@microsoft.com>
Wed, 17 Jan 2018 02:39:25 +0000
(
03:39
+0100)
committer
Jan Kotas
<jkotas@microsoft.com>
Wed, 17 Jan 2018 02:39:25 +0000
(18:39 -0800)
In my change yesterday, I have added HAVE_LIBINTL_H to the
configure.cmake file, but forgotten to add the corresponding define to
the config.h.in file. This fixes it.
src/pal/src/config.h.in
patch
|
blob
|
history
diff --git
a/src/pal/src/config.h.in
b/src/pal/src/config.h.in
index
0ff6687
..
5643c1b
100644
(file)
--- a/
src/pal/src/config.h.in
+++ b/
src/pal/src/config.h.in
@@
-24,6
+24,7
@@
#cmakedefine01 HAVE_NUMA_H
#cmakedefine01 HAVE_PTHREAD_NP_H
#cmakedefine01 HAVE_AUXV_HWCAP_H
+#cmakedefine01 HAVE_LIBINTL_H
#cmakedefine01 HAVE_KQUEUE
#cmakedefine01 HAVE_PTHREAD_SUSPEND