diff --git a/configure b/configure
index 88f2bdc..8064ead 100755
--- a/configure
+++ b/configure
@@ -4333,7 +4333,7 @@
MAGICK_VERSION=7.0.0-0
-MAGICK_SVN_REVISION=18537:18543M
+MAGICK_SVN_REVISION=18537:18545M
# Substitute library versioning
@@ -23821,6 +23821,17 @@
fi
+ac_fn_c_check_type "$LINENO" "locale_t" "ac_cv_type_locale_t" "$ac_includes_default"
+if test "x$ac_cv_type_locale_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_LOCALE_T 1
+_ACEOF
+
+
+fi
+
+
# Float_t and double_t are intended to be the the most efficient type.
ac_fn_c_check_type "$LINENO" "float_t" "ac_cv_type_float_t" "#include <math.h>
"