From b5a6384d8d51387b27f0c9905520462cb49378ef Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Feb 2005 04:55:27 +0000 Subject: Check for `realpath' function, used by the new "output" command. If it's not available, filename matching must be exact. --- configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c887fe06..7b00d506 100644 --- a/configure.in +++ b/configure.in @@ -173,11 +173,7 @@ AC_STRUCT_TM # Checks for library functions. #AC_FUNC_ERROR_AT_LINE AC_HEADER_STDC -#AC_FUNC_MALLOC -#AC_FUNC_MKTIME -#AC_FUNC_STAT -#AC_FUNC_STRFTIME -AC_CHECK_FUNCS([memset strchr strstr access mktime stat strftime strptime]) +AC_CHECK_FUNCS([access mktime realpath stat strftime strptime]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3