Commit 65e5f551 authored by Geoff Simmons's avatar Geoff Simmons

remove code for pthread from configure.ac, not used

parent 385e578c
......@@ -20,13 +20,6 @@ if test "x$ac_cv_prog_cc_c99" = xno; then
fi
AC_PROG_CPP
# XXX: pthread only if we need mutex or etc.
AX_PTHREAD(,[AC_MSG_ERROR([Could not configure pthreads support])])
LIBS="$PTHREAD_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
......@@ -44,7 +37,6 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([sys/types.h])
AC_CHECK_HEADERS([errno.h])
AC_CHECK_HEADERS([stdint.h])
AC_CHECK_HEADERS([pthread.h])
AC_CHECK_HEADERS([stdbool.h])
AC_CHECK_HEADERS([unistd.h])
......
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