diff options
| author | Dave Love | 2000-07-05 16:53:30 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-05 16:53:30 +0000 |
| commit | 2ce723a5823ff934638ef233a43c30972c3d7734 (patch) | |
| tree | 71415c0063c20ce99253890b9af60f64dd091135 | |
| parent | 6a5b5ec8c8809d9067b9f86e3a1266f8d010398d (diff) | |
| download | emacs-2ce723a5823ff934638ef233a43c30972c3d7734.tar.gz emacs-2ce723a5823ff934638ef233a43c30972c3d7734.zip | |
Use AC_HEADER_SYS_WAIT.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b4e63069a3c..0def353749a 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -446,7 +446,8 @@ case "${canonical}" in | |||
| 446 | machine=ns16000 opsys=umax | 446 | machine=ns16000 opsys=umax |
| 447 | ;; | 447 | ;; |
| 448 | 448 | ||
| 449 | ## The GEC 93 - apparently, this port isn't really finished yet. | 449 | ## The GEC 63 - apparently, this port isn't really finished yet. |
| 450 | # I'm sure we finished off the last of the machines, though. -- fx | ||
| 450 | 451 | ||
| 451 | ## Gould Power Node and NP1 | 452 | ## Gould Power Node and NP1 |
| 452 | pn-gould-bsd4.2* ) | 453 | pn-gould-bsd4.2* ) |
| @@ -1165,6 +1166,7 @@ AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | |||
| 1165 | AC_HEADER_STDC | 1166 | AC_HEADER_STDC |
| 1166 | AC_HEADER_TIME | 1167 | AC_HEADER_TIME |
| 1167 | AC_DECL_SYS_SIGLIST | 1168 | AC_DECL_SYS_SIGLIST |
| 1169 | AC_HEADER_SYS_WAIT | ||
| 1168 | 1170 | ||
| 1169 | dnl Some systems have utime.h but don't declare the struct anyplace. | 1171 | dnl Some systems have utime.h but don't declare the struct anyplace. |
| 1170 | AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf, | 1172 | AC_CACHE_CHECK(for struct utimbuf, emacs_cv_struct_utimbuf, |