mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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
|
fi
|
||||||
|
|
||||||
if test "x$ac_cv_header_pthread_h" = "xyes"; then
|
if test "x$ac_cv_header_pthread_h" = "xyes"; then
|
||||||
echo $LDFLAGS
|
|
||||||
save_ldflags="$LDFLAGS"
|
save_ldflags="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -pthread"
|
LDFLAGS="$LDFLAGS -pthread"
|
||||||
AC_TRY_LINK(
|
AC_TRY_LINK(
|
||||||
|
@ -172,8 +171,6 @@ if test "x$ac_cv_header_pthread_h" = "xyes"; then
|
||||||
[PTHREAD_FLAGS=-lpthread]
|
[PTHREAD_FLAGS=-lpthread]
|
||||||
)
|
)
|
||||||
LDFLAGS="$save_ldflags"
|
LDFLAGS="$save_ldflags"
|
||||||
echo $LDFLAGS
|
|
||||||
echo $PTHREAD_FLAGS
|
|
||||||
fi
|
fi
|
||||||
AC_SUBST(PTHREAD_FLAGS)
|
AC_SUBST(PTHREAD_FLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue