diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2000-04-05 18:30:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2000-04-05 18:30:22 +0000 |
commit | 3f6a493b87dcfb9b49e22313fd5f7c321c3f77d1 (patch) | |
tree | 49cf875c6ec55e6f56c5e2546a72c501d4da75a1 /configure | |
parent | 3006772f8506106be60015622d67fa791797490b (diff) |
MacOS: ajout macosunix; portage bigarray et systhreads; tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3042 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -337,7 +337,7 @@ system=unknown case "$host" in alpha-*-osf*) arch=alpha; system=digital;; alpha-*-linux*) arch=alpha; system=linux;; - alpha-*-freebsd*) arch=alpha; system=freebsd;; + alpha-*-freebsd*) arch=alpha; system=freebsd;; alpha-*-netbsd*) arch=alpha; system=netbsd;; alpha-*-openbsd*) arch=alpha; system=openbsd;; sparc-*-sunos4.*) arch=sparc; system=sunos;; @@ -632,7 +632,7 @@ if sh ./hasgot -i limits.h && sh ./runtest getgroups.c; then echo "#define HAS_GETGROUPS" >> s.h fi -if sh ./hasgot -i termios.h && +if sh ./hasgot -i termios.h && sh ./hasgot tcgetattr tcsetattr tcsendbreak tcflush tcflow; then echo "POSIX termios found." echo "#define HAS_TERMIOS" >> s.h |