diff options
author | Pixel <Pixel> | 2001-11-05 14:26:57 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-05 14:26:57 +0000 |
commit | 050bc3de9ed40c5eeb09097a70f3a6851649d1e1 (patch) | |
tree | 7c152dfc2d8216f60908a947228e546a440d8cb1 /configure.in | |
parent | f2dcc2c74d9e8a846d62afd4b659512fcff7ce4d (diff) |
Type in configure.in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ce13c98..b69507b 100644 --- a/configure.in +++ b/configure.in @@ -60,8 +60,8 @@ fi dnl Checks for classical header files. AC_HEADER_STDC AC_CHECK_HEADERS(libintl.h fcntl.h limits.h malloc.h strings.h unistd.h) -AC_CHECK_HEADERS(alloca.h errno.h netdb.h netinet/in.h sys/socket.h -ACH_HEADER_SYS_WAIT +AC_CHECK_HEADERS(alloca.h errno.h netdb.h netinet/in.h sys/socket.h) +AC_HEADER_SYS_WAIT AC_STRUCT_TM dnl Checks for typedefs, structures, and compiler characteristics. @@ -79,7 +79,7 @@ AC_SEARCH_LIBS(socket,socket) AC_SEARCH_LIBS(gethostbyname,nsl) AC_FUNC_FORK AC_FUNC_MALLOC -AC_FUNC_VFPRINTF +AC_FUNC_VPRINTF AC_PATH_PROG(gmakepath, gmake) AC_PATH_PROG(unamepath, uname) |