|
From: <sv...@va...> - 2009-01-03 20:33:00
|
Author: bart Date: 2009-01-03 20:32:55 +0000 (Sat, 03 Jan 2009) New Revision: 8906 Log: Removed HAVE_LIBC_FILE_LOCK test. Modified: branches/DRDDEV/configure.in Modified: branches/DRDDEV/configure.in =================================================================== --- branches/DRDDEV/configure.in 2009-01-03 20:32:15 UTC (rev 8905) +++ branches/DRDDEV/configure.in 2009-01-03 20:32:55 UTC (rev 8906) @@ -727,26 +727,6 @@ ]) -# Check whether FILE has a member called _lock and whether it's a pointer. - -AC_MSG_CHECKING([for FILE::_lock]) - -AC_TRY_COMPILE( -[ - #include <stdio.h> -], [ - void *p; - p = stdout->_lock; - return 0; -], [ -AC_MSG_RESULT([yes]) -AC_DEFINE([HAVE_LIBC_FILE_LOCK], 1, - [Define to 1 if FILE has a member called _lock.]) -], [ -AC_MSG_RESULT([no]) -]) - - # Check whether pthread_mutex_t has a member called __m_kind. AC_MSG_CHECKING([for pthread_mutex_t::__m_kind]) |