mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 20:00:43 +00:00
Print out the thread flags we found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
320a6847b8
commit
27ff484300
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ CFLAGS="$saved_CFLAGS"
|
||||||
if test x"$objc_threaded" = x""; then
|
if test x"$objc_threaded" = x""; then
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes: $objc_threaded)
|
||||||
if test x"$objc_threaded" = x"works"; then
|
if test x"$objc_threaded" = x"works"; then
|
||||||
objc_threaded=""
|
objc_threaded=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue