Get rid of warnings about undefined crypt() and assignment in if().
[ircu2.10.12-pk.git] / configure
index e4fc9713d2296fbd81c4f90526e9051d55f2c1bb..b160d478f2ad957bf71bc5ea7096dee1ac87cfa3 100755 (executable)
--- a/configure
+++ b/configure
@@ -3881,7 +3881,9 @@ done
 
 
 
-for ac_header in poll.h sys/devpoll.h sys/epoll.h sys/event.h
+
+
+for ac_header in crypt.h inttypes.h poll.h sys/devpoll.h sys/epoll.h sys/event.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then