summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/libefont/afmparse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/libefont/afmparse.cc')
-rw-r--r--Build/source/texk/lcdf-typetools/libefont/afmparse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/libefont/afmparse.cc b/Build/source/texk/lcdf-typetools/libefont/afmparse.cc
index e3cd55689b8..f4a731f832f 100644
--- a/Build/source/texk/lcdf-typetools/libefont/afmparse.cc
+++ b/Build/source/texk/lcdf-typetools/libefont/afmparse.cc
@@ -24,7 +24,7 @@
#include <stdarg.h>
#include <ctype.h>
#include <stdlib.h>
-#ifdef BROKEN_STRTOD
+#if HAVE_BROKEN_STRTOD
# define strtod good_strtod
#endif
namespace Efont {