summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/liblcdf/strtonum.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/liblcdf/strtonum.c')
-rw-r--r--Build/source/texk/lcdf-typetools/liblcdf/strtonum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/liblcdf/strtonum.c b/Build/source/texk/lcdf-typetools/liblcdf/strtonum.c
index b4bad23241d..36898c5a7ad 100644
--- a/Build/source/texk/lcdf-typetools/liblcdf/strtonum.c
+++ b/Build/source/texk/lcdf-typetools/liblcdf/strtonum.c
@@ -4,7 +4,7 @@
#endif
#include <lcdf/strtonum.h>
#include <stdlib.h>
-#ifdef BROKEN_STRTOD
+#if HAVE_BROKEN_STRTOD
# define strtod good_strtod
#endif
#ifdef __cplusplus