diff --git a/configure b/configure index 5fa676d..dc8e93d 100755 --- a/configure +++ b/configure @@ -10941,10 +10941,6 @@ $as_echo "$ac_cv_prog_gcc_traditional" >&6; } fi fi -# Check for malloc.h instead of AC_FUNC_MALLOC/REALLOC AIX and others -# mess up the traditional malloc check. -#AC_FUNC_MALLOC -#AC_FUNC_REALLOC { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : diff --git a/configure.ac b/configure.ac index 7bb7341..d709418 100644 --- a/configure.ac +++ b/configure.ac @@ -35,10 +35,6 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_FUNC_CLOSEDIR_VOID AC_PROG_GCC_TRADITIONAL -# Check for malloc.h instead of AC_FUNC_MALLOC/REALLOC AIX and others -# mess up the traditional malloc check. -#AC_FUNC_MALLOC -#AC_FUNC_REALLOC AC_FUNC_STAT AC_CHECK_FUNCS([strchr strdup strrchr tcgetattr perror])