diff --git a/configure.ac b/configure.ac index 423c8b8b..d4bac5a0 100644 --- a/configure.ac +++ b/configure.ac @@ -177,7 +177,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]], [[ struct kevent event; -event.udata = (intptr_t*)(&event); +event.udata = (intptr_t)(&event); ]])], [kevent_udata_intptr_t=yes], [kevent_udata_intptr_t=no]) AC_MSG_RESULT([$kevent_udata_intptr_t])