From ec67c4241a96399847efad4c5f9ab0b20744a728 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 16 Jan 2016 09:41:10 -0500 Subject: Debugging autoconf by pushing a change for Travis to look at --- m4/m4_ax_pthread.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm4') 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.) -- cgit v1.2.3