Oups, ne pas oublier de definir POSIX_SIGNALS

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2530 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1999-11-16 09:49:12 +00:00
parent 7afdd2ae84
commit fce433fa4d
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -414,6 +414,7 @@ fi
if sh ./hasgot sigaction sigprocmask; then
echo "POSIX signal handling found."
echo "#define POSIX_SIGNALS" >> s.h
else
if sh ./runtest signals.c; then
echo "Signals have the BSD semantics."