summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-10 07:46:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-10 07:46:32 (GMT)
commit7b90ffbb489e5b0b09f23a6296f69f070127fd57 (patch)
treeb4b8b874d4101f811de99438daa6d037daa506f1 /unix/configure
parentf9eb1833d2785265d8dc52992750ef10d9cc1c19 (diff)
parentb1139d3d2099aad8ad1981deaa0f689e1b4c322a (diff)
downloadtcl-7b90ffbb489e5b0b09f23a6296f69f070127fd57.zip
tcl-7b90ffbb489e5b0b09f23a6296f69f070127fd57.tar.gz
tcl-7b90ffbb489e5b0b09f23a6296f69f070127fd57.tar.bz2
merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index ea26c4f..2de5b54 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9455,10 +9455,10 @@ $as_echo "$langinfo_ok" >&6; }
#--------------------------------------------------------------------
-# Check for support of chflags and mkstemps functions
+# Check for support of cfmakeraw, chflags and mkstemps functions
#--------------------------------------------------------------------
-for ac_func in chflags mkstemps
+for ac_func in cfmakeraw chflags mkstemps
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"