Skip to content

Commit

Permalink
Remove strerror out of check_funcs
Browse files Browse the repository at this point in the history
We only use strerror_r

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed May 28, 2012
1 parent 85b3990 commit 33b582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -177,7 +177,7 @@ AC_FUNC_MMAP
AC_FUNC_STRERROR_R
AC_CHECK_FUNCS([alarm clock_gettime ftruncate gettimeofday \
localtime localtime_r memset munmap socket \
strchr strrchr strdup strerror strstr strcasecmp \
strchr strrchr strdup strstr strcasecmp \
poll epoll_create epoll_create1 kqueue \
random rand getrlimit sysconf \
pthread_spin_lock pthread_setschedparam \
Expand Down

0 comments on commit 33b582a

Please sign in to comment.