Skip to content

Commit

Permalink
autoconf: regenerate with dispatch checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Mar 19, 2012
1 parent 2e0367d commit 48cd097
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3782,7 +3782,7 @@ fi
done
for ac_func in fcntl kqueue mmap select
for ac_func in fcntl kqueue mmap select dispatch_block
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AS_IF([test "x$GCC" = "xyes"], [
])

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

AC_PATH_PROG(AR, ar)
AC_PATH_PROG(RANLIB, ranlib)
Expand Down
3 changes: 3 additions & 0 deletions src/libmowgli/platform/autoconf.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/* src/libmowgli/platform/autoconf.h.in. Generated from configure.ac by autoheader. */

/* Define to 1 if you have the `dispatch_block' function. */
#undef HAVE_DISPATCH_BLOCK

/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL

Expand Down

0 comments on commit 48cd097

Please sign in to comment.