From 8ff81247659cf9b9a0ea5bc6bee183e22d22c4de Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 31 Dec 2018 10:07:52 +0100 Subject: [PATCH] cmake: Add missing HAVE_WCSTOD_L #cmakedefine Turns out we've been using the fallback everywhere. See #5453. (cherry picked from commit 7078aa46428aa083053bcefb9e67d41293d6d13a) --- config_cmake.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_cmake.h.in b/config_cmake.h.in index d234acba9348..47cfcc5e251d 100644 --- a/config_cmake.h.in +++ b/config_cmake.h.in @@ -115,6 +115,9 @@ /* Define to 1 if you have the `wcsndup' function. */ #cmakedefine HAVE_WCSNDUP 1 +/* Define to 1 if you have the `wcstod_l' function. */ +#cmakedefine HAVE_WCSTOD_L 1 + /* Define to 1 if the winsize struct and TIOCGWINSZ macro exist */ #cmakedefine HAVE_WINSIZE 1