fix AM_CONFIG_HEADER call
skimo [Sun, 23 Sep 2001 16:39:53 +0000 (16:39 +0000)]
configure.in

index 8e3d44f..2f29965 100755 (executable)
@@ -1,4 +1,4 @@
-dnl     $Id: configure.in,v 1.10 2001/09/21 22:54:28 skimo Exp $
+dnl     $Id: configure.in,v 1.11 2001/09/23 16:39:53 skimo Exp $
 dnl
 dnl     This file is an input file used by the GNU "autoconf" program to
 dnl     generate the file "configure", which is run during the build
@@ -7,7 +7,7 @@ dnl     to configure the system for the local environment.
 AC_INIT
 AM_INIT_AUTOMAKE(fcgi, 2.2.1)
 
-AM_CONFIG_HEADER([include/fcgi_config.h])
+AM_CONFIG_HEADER(include/fcgi_config.h)
 
 AC_PROG_CC
 AC_PROG_CPP