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