Cleanup configure.ac a bit

This commit is contained in:
Joachim Nilsson 2010-07-18 16:05:56 +02:00
parent d76ca9f1d6
commit a0ec848f7b
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -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 :

View File

@ -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])