579
579
AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR(could not find libpthread)])
581
581
#--------------------------------------------------------------------
582
598
# Check for system libraries. Adds the library to $LIBS
583
599
# and defines HAVE_LIBM etc
584
600
#--------------------------------------------------------------------