Détection des fonctions de timing.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1874 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 1998-02-24 10:43:14 +00:00
parent 4114ac7941
commit 85bae36901
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -393,6 +393,11 @@ if sh ./hasgot strerror; then
echo "#define HAS_STRERROR" >> s.h
fi
if sh ./hasgot times; then
echo "times() found."
echo "#define HAS_TIMES" >> s.h
fi
# For the terminfo module
for libs in "" "-lcurses" "-ltermcap" "-lcurses -ltermcap"; do