Add missing config.h.in entry for HAVE_LIBINTL_H (#15887)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 17 Jan 2018 02:39:25 +0000 (03:39 +0100)
committerJan 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

index 0ff6687..5643c1b 100644 (file)
@@ -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