summaryrefslogtreecommitdiff
path: root/src/pal
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2018-01-17 03:39:25 +0100
committerJan Kotas <jkotas@microsoft.com>2018-01-16 18:39:25 -0800
commit1ae6cae97bc912cedb7284ef61a8dbe4b6de9fff (patch)
tree31788dfab040f7f644ecb1a8e83aee604e15b60d /src/pal
parenta433a9ca4b4d7f37987db11a7e842e64517edf27 (diff)
downloadcoreclr-1ae6cae97bc912cedb7284ef61a8dbe4b6de9fff.tar.gz
coreclr-1ae6cae97bc912cedb7284ef61a8dbe4b6de9fff.tar.bz2
coreclr-1ae6cae97bc912cedb7284ef61a8dbe4b6de9fff.zip
Add missing config.h.in entry for HAVE_LIBINTL_H (#15887)
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.
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pal/src/config.h.in b/src/pal/src/config.h.in
index 0ff6687a8c..5643c1b399 100644
--- 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