summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 12:17:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 12:17:51 (GMT)
commita95999ab57524dbc94824157e560bebecbc887e9 (patch)
tree601af4aeb9744f66e0da016162fa0cc4fc537f53 /unix/configure
parentc7ba1d7011d8265ce53fb2e5f93e2bb8162a2694 (diff)
downloadtk-a95999ab57524dbc94824157e560bebecbc887e9.zip
tk-a95999ab57524dbc94824157e560bebecbc887e9.tar.gz
tk-a95999ab57524dbc94824157e560bebecbc887e9.tar.bz2
Sync tcl.m4 (again)
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 2035672..8628eec 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5885,6 +5885,15 @@ $as_echo "#define HAVE_CAST_TO_UNION 1" >>confdefs.h
fi
+ ac_fn_c_check_header_mongrel "$LINENO" "stdbool.h" "ac_cv_header_stdbool_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdbool_h" = xyes; then :
+
+$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
+
+fi
+
+
+
# FIXME: This subst was left in only because the TCL_DL_LIBS
# entry in tclConfig.sh uses it. It is not clear why someone
# would use TCL_DL_LIBS instead of TCL_LIBS.