From: sbkelley Date: Mon, 15 Jun 2026 21:19:17 +0000 (-0400) Subject: Merge commit '55bd7dce01db17356b05da966595ff1ae6097e60' into paxed-merge X-Git-Tag: 1.6.1-roc-jun26-B~5^2 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=487ec10e5b4aa0804bc586b152c34a4fa1065170;p=dgamelaunch Merge commit '55bd7dce01db17356b05da966595ff1ae6097e60' into paxed-merge --- 487ec10e5b4aa0804bc586b152c34a4fa1065170 diff --cc configure.ac index afeb6f8,5b1d3bf..ac346ad --- a/configure.ac +++ b/configure.ac @@@ -15,9 -15,9 +15,10 @@@ if test -z "$LEX"; the AC_MSG_ERROR([lex or flex not found.]) fi - AC_CHECK_LIB(pthread, pthread_create, [PTHREAD_LIBS+=-lpthread]) + LEXLIBS="$LEXLIB" - LIBS="$LIBS $LEXLIB $PTHREAD_LIBS" + AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([need pthreads])]) ++MY_LIBS="$LIBS $LEXLIB $PTHREAD_LIBS" AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc) if test -z "$YACC"; then