From 499728e1616c0364253165e1e885292a049892e8 Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 7 Jul 2002 08:24:06 +0000 Subject: [PATCH] * configure.ac, config.h.in: added checking utime.h existent. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@315 6a8cc165-1e22-0410-a132-eb4e3f353aba --- config.h.in | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index e5ca81b..bbb9ad0 100644 --- a/config.h.in +++ b/config.h.in @@ -158,6 +158,9 @@ /* Define to 1 if you have the `utime' function. */ #undef HAVE_UTIME +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIME_H + /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ #undef HAVE_UTIME_NULL diff --git a/configure.ac b/configure.ac index c423f07..b1e089a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_SEARCH_LIBS(opendir, [mingwex]) AC_HEADER_DIRENT AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h limits.h sys/file.h sys/param.h sys/time.h) -AC_CHECK_HEADERS(pwd.h grp.h) +AC_CHECK_HEADERS(pwd.h grp.h utime.h) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -- 2.11.0