missing pthread library in automake

This commit is contained in:
Joachim Schoeberl 2011-09-15 17:38:06 +00:00
parent 7e680cbc52
commit b62d6af68d
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

View File

@ -141,7 +141,7 @@ AC_CHECK_FUNCS([floor])
AC_CHECK_FUNCS([matherr])
AC_CHECK_HEADERS([limits.h])
# AC_CHECK_LIB(pthread, pthread_create)
AC_CHECK_LIB(pthread, pthread_create)