From 49dd358a1623b9595e0b3c17ee8d1f40e09b601e Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 2 Jan 2012 10:48:13 +0300 Subject: [PATCH] Removed check of unused functions. Signed-off-by: Andrew Borodin --- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 36153c5ab..aff83a05e 100644 --- a/configure.ac +++ b/configure.ac @@ -160,10 +160,10 @@ dnl AC_CHECK_FUNCS([\ atoll \ - cfgetospeed \ - initgroups isascii \ - setreuid statfs sysconf \ - tcgetattr tcsetattr truncate \ + isascii \ + statfs sysconf \ + tcgetattr tcsetattr \ + ftruncate \ strverscmp \ strncasecmp \ realpath @@ -205,7 +205,6 @@ AC_TYPE_MODE_T AC_TYPE_PID_T AC_TYPE_UID_T -AC_FUNC_ALLOCA AC_FUNC_STRCOLL AC_MC_GET_FS_INFO