projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a8ec0
)
Check for mktemp.
3.72.5
author
Roland McGrath
<roland@redhat.com>
Sun, 5 Feb 1995 23:50:12 +0000
(23:50 +0000)
committer
Roland McGrath
<roland@redhat.com>
Sun, 5 Feb 1995 23:50:12 +0000
(23:50 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
561a882
..
8f18aea
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-43,7
+43,7
@@
changequote([,])dnl
fi
AC_MSG_RESULT($ac_cv_check_symbol_$1)])dnl
-AC_CHECK_FUNCS(getdtablesize psignal \
+AC_CHECK_FUNCS(getdtablesize psignal
mktemp
\
dup2 getcwd sigsetmask getgroups setlinebuf \
seteuid setegid setreuid setregid strerror)
AC_CHECK_SYMBOL(sys_siglist)