X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=configure.ac;h=07eb2497511bac1c16e66ecf2a910b49d19c95a5;hp=fe23bf1edc72dfd2fa532359f110899b69ab12a8;hb=HEAD;hpb=bb173469810e4c7de19e53793d4af2e27e6e222c diff --git a/configure.ac b/configure.ac index fe23bf1..d5de5e1 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_GCC_TRADITIONAL +AX_PTHREAD(,AC_MSG_ERROR([Missing POSIX Threads support])) if test x"$ac_cv_prog_cc_c99" = x"no"; then AC_MSG_ERROR([C99 support is required]) @@ -144,8 +145,6 @@ fi # libtool stuff LT_INIT([win32-dll]) -ACX_PTHREAD(,AC_MSG_ERROR([Missing POSIX Threads support])) - # # Check for netlink.h #