summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-17 14:42:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-17 14:42:44 (GMT)
commit28cc8c889e0b2d802e2e646700bf1f169f15fec1 (patch)
tree325183744b925a2775a92c7b4675345823fdaaf0 /unix/configure.ac
parent03405163b7044763cf1e7bd520acbb2591ef1976 (diff)
parenta68f7032b3a1880b9edd85bcf98d5a38e7705067 (diff)
downloadtcl-28cc8c889e0b2d802e2e646700bf1f169f15fec1.zip
tcl-28cc8c889e0b2d802e2e646700bf1f169f15fec1.tar.gz
tcl-28cc8c889e0b2d802e2e646700bf1f169f15fec1.tar.bz2
merge 8.7
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index 48e2e30..815fbf2 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -553,10 +553,10 @@ fi
SC_ENABLE_LANGINFO
#--------------------------------------------------------------------
-# Check for support of chflags and mkstemps functions
+# Check for support of cfmakeraw, chflags and mkstemps functions
#--------------------------------------------------------------------
-AC_CHECK_FUNCS(chflags mkstemps)
+AC_CHECK_FUNCS(cfmakeraw chflags mkstemps)
#--------------------------------------------------------------------
# Check for support of isnan() function or macro