mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Cleanup configure.ac a bit
This commit is contained in:
parent
d76ca9f1d6
commit
a0ec848f7b
4
configure
vendored
4
configure
vendored
@ -10941,10 +10941,6 @@ $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
|
|||||||
fi
|
fi
|
||||||
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 "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
|
||||||
$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
|
$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
|
||||||
if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
|
if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
|
||||||
|
@ -35,10 +35,6 @@ AC_TYPE_SIZE_T
|
|||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_CLOSEDIR_VOID
|
AC_FUNC_CLOSEDIR_VOID
|
||||||
AC_PROG_GCC_TRADITIONAL
|
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_FUNC_STAT
|
||||||
AC_CHECK_FUNCS([strchr strdup strrchr tcgetattr perror])
|
AC_CHECK_FUNCS([strchr strdup strrchr tcgetattr perror])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user