Skip to content

Commit

Permalink
remove remnants of futex check as it's not necessary anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth J. Myers committed Apr 2, 2012
1 parent 4313d6d commit cf4e1ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,7 @@ fi
done
for ac_header in poll.h winsock2.h linux/futex.h sys/epoll.h sys/select.h
for ac_header in poll.h winsock2.h sys/epoll.h sys/select.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AS_IF([test "x$GCC" = "xyes"], [
CFLAGS="$CFLAGS $MORECFLAGS"
])

AC_CHECK_HEADERS([poll.h winsock2.h linux/futex.h sys/epoll.h sys/select.h])
AC_CHECK_HEADERS([poll.h winsock2.h sys/epoll.h sys/select.h])
AC_CHECK_FUNCS([fcntl kqueue mmap select dispatch_block port_create])

AC_PATH_PROG(AR, ar)
Expand Down
3 changes: 0 additions & 3 deletions src/libmowgli/platform/autoconf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
/* Define to 1 if you have the `kqueue' function. */
#undef HAVE_KQUEUE

/* Define to 1 if you have the <linux/futex.h> header file. */
#undef HAVE_LINUX_FUTEX_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

Expand Down

0 comments on commit cf4e1ec

Please sign in to comment.