diff options
-rw-r--r-- | m4/m4_ax_pthread.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/m4_ax_pthread.m4 b/m4/m4_ax_pthread.m4 index f0717ada..935634db 100644 --- a/m4/m4_ax_pthread.m4 +++ b/m4/m4_ax_pthread.m4 @@ -220,6 +220,8 @@ for flag in $ax_pthread_flags; do ;; esac + AC_MSG_NOTICE([LDFLAGS = $LDFLAGS]) + # Check for various functions. We must include pthread.h, # since some functions may be macros. (On the Sequent, we # need a special flag -Kthread to make this header compile.) |