mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
forgot to remove my debug :P
This commit is contained in:
parent
3ca9a8042a
commit
013743931d
1 changed files with 0 additions and 3 deletions
|
@ -161,7 +161,6 @@ else
|
|||
fi
|
||||
|
||||
if test "x$ac_cv_header_pthread_h" = "xyes"; then
|
||||
echo $LDFLAGS
|
||||
save_ldflags="$LDFLAGS"
|
||||
LDFLAGS="$LDFLAGS -pthread"
|
||||
AC_TRY_LINK(
|
||||
|
@ -172,8 +171,6 @@ if test "x$ac_cv_header_pthread_h" = "xyes"; then
|
|||
[PTHREAD_FLAGS=-lpthread]
|
||||
)
|
||||
LDFLAGS="$save_ldflags"
|
||||
echo $LDFLAGS
|
||||
echo $PTHREAD_FLAGS
|
||||
fi
|
||||
AC_SUBST(PTHREAD_FLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue