mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
missing pthread library in automake
This commit is contained in:
parent
7e680cbc52
commit
b62d6af68d
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user