mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 22:15:22 +00:00
debugging
This commit is contained in:
@ -44,7 +44,8 @@ AS_IF([test "x$enable_threading" = "xyes"], [
|
||||
m4_include([m4/autoconf-archive/ax_pthread.m4])
|
||||
AX_PTHREAD([
|
||||
AC_DEFINE([USE_THREADS], [1], [Define USE_THREADS])
|
||||
LIBS="$LIBS $PTHREAD_LIBS"
|
||||
LIBS="$LIBS $PTHREAD_LIBS $PTHREAD_CFLAGS"
|
||||
echo "LIBS=$LIBS"
|
||||
], [
|
||||
AC_MSG_ERROR([pthreads not found])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user