mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Removed configure test that is no longer used.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9156
This commit is contained in:
parent
5a3f0beb39
commit
fe896cad52
20
configure.in
20
configure.in
@ -799,26 +799,6 @@ AC_MSG_RESULT([no])
|
||||
])
|
||||
|
||||
|
||||
# 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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user