From 37bc09bf45ed85666de87b46718f69b5c1fb46bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 27 Jan 2008 15:45:34 +0000 Subject: [PATCH] Remove check for pthread_once - we never used it --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 46508e2561..0d5eb07a1d 100644 --- a/configure.ac +++ b/configure.ac @@ -773,14 +773,6 @@ AC_EGREP_HEADER(pthread_cond_t,pthread.h,[ Define if defines pthread_cond_t.)],[ AC_MSG_RESULT(no)]) -AC_MSG_CHECKING(for pthread_once in pthread.h) -AC_EGREP_HEADER(pthread_once,pthread.h,[ - AC_MSG_RESULT(yes) - AC_DEFINE(PTHREAD_ONCE_IN_PTHREAD_H, 1, - Define if defines pthread_once.)],[ - AC_MSG_RESULT(no)]) -fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce" - AC_MSG_CHECKING(for strncasecmp in strings.h) AC_EGREP_HEADER(strncasecmp,strings.h,[ AC_MSG_RESULT(yes) -- GitLab