From 883d4f5062ca14fd52152887aba2cea5d8de4e93 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 5 Jun 2001 16:08:45 +0000 Subject: Misspelled the sysexits.h header in the header test. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 5a8f474..95cfff3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ -dnl $Id: configure.in,v 1.12 2001-06-05 03:56:52 rjkaes Exp $ +dnl $Id: configure.in,v 1.13 2001-06-05 16:08:45 rjkaes Exp $ AC_INIT() -AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre6) +AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre7) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -67,7 +67,7 @@ stdio.h \ stdlib.h \ string.h \ strings.h \ -sysexists.h \ +sysexits.h \ syslog.h \ time.h \ unistd.h \ -- cgit v1.2.3