diff options
| author | Karl Heuer | 1994-09-18 18:43:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-18 18:43:33 +0000 |
| commit | 619a9b1e832f414637a4cf334319e2bfd2653b8e (patch) | |
| tree | a798db5277758a55b76bbff2b03b86062cbb15ca | |
| parent | e14e9e26e413f3c79120c016270eec82437a234d (diff) | |
| download | emacs-619a9b1e832f414637a4cf334319e2bfd2653b8e.tar.gz emacs-619a9b1e832f414637a4cf334319e2bfd2653b8e.zip | |
Add AC_AIX.
| -rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 3f3e53c5d8b..f101ac7e8a4 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1177,6 +1177,7 @@ AC_PROG_INSTALL | |||
| 1177 | AC_PROG_YACC | 1177 | AC_PROG_YACC |
| 1178 | 1178 | ||
| 1179 | dnl checks for UNIX variants that set `DEFS' | 1179 | dnl checks for UNIX variants that set `DEFS' |
| 1180 | AC_AIX | ||
| 1180 | 1181 | ||
| 1181 | dnl checks for header files | 1182 | dnl checks for header files |
| 1182 | AC_HAVE_HEADERS(sys/timeb.h sys/time.h unistd.h) | 1183 | AC_HAVE_HEADERS(sys/timeb.h sys/time.h unistd.h) |