mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fail configure when no pthread support
This commit is contained in:
parent
5c245acd93
commit
c908f37a23
@ -112,7 +112,7 @@ else
|
||||
fi
|
||||
|
||||
# threading
|
||||
ACX_PTHREAD
|
||||
ACX_PTHREAD([], [AC_MSG_ERROR([pthread is required])])
|
||||
LIBS="$PTHREAD_LIBS $LIBS"
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||
AS_IF([test "x$PTHREAD_CC" != x], [ CC="$PTHREAD_CC" ])
|
||||
|
Loading…
Reference in New Issue
Block a user