diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 64645217d..bdff63db3 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.193 2004/02/06 05:24:31 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.194 2004/02/06 10:29:42 dtucker Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -494,7 +494,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \ | |||
494 | rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ | 494 | rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ |
495 | strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \ | 495 | strings.h sys/strtio.h sys/audit.h sys/bitypes.h sys/bsdtty.h \ |
496 | sys/cdefs.h sys/mman.h sys/pstat.h sys/ptms.h sys/select.h sys/stat.h \ | 496 | sys/cdefs.h sys/mman.h sys/pstat.h sys/ptms.h sys/select.h sys/stat.h \ |
497 | sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ | 497 | sys/stream.h sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ |
498 | sys/un.h time.h tmpdir.h ttyent.h usersec.h \ | 498 | sys/un.h time.h tmpdir.h ttyent.h usersec.h \ |
499 | util.h utime.h utmp.h utmpx.h vis.h) | 499 | util.h utime.h utmp.h utmpx.h vis.h) |
500 | 500 | ||