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:
Nicola Pero 2002-01-21 16:39:07 +00:00
parent 320a6847b8
commit 27ff484300

View file

@ -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