From 27ff4843007286b8091777b7ea67c9d575fa58f0 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 21 Jan 2002 16:39:07 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2683e195..dcfd4a40 100644 --- a/configure.in +++ b/configure.in @@ -376,7 +376,7 @@ CFLAGS="$saved_CFLAGS" if test x"$objc_threaded" = x""; then AC_MSG_RESULT(no) else - AC_MSG_RESULT(yes) + AC_MSG_RESULT(yes: $objc_threaded) if test x"$objc_threaded" = x"works"; then objc_threaded="" fi