Commit 78ac8836 authored by Nils Goroll's avatar Nils Goroll

do not need the extra pthreads check, use LT_INIT vom vmod_example

parent ec13a42b
...@@ -20,12 +20,7 @@ if test "x$ac_cv_prog_cc_c99" = xno; then ...@@ -20,12 +20,7 @@ if test "x$ac_cv_prog_cc_c99" = xno; then
fi fi
AC_PROG_CPP AC_PROG_CPP
AX_PTHREAD(,[AC_MSG_ERROR([Could not configure pthreads support])]) LT_INIT([disable-static])
LIBS="$PTHREAD_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
AC_PROG_MAKE_SET AC_PROG_MAKE_SET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment