diff options
author | Adam Chlipala <adam@chlipala.net> | 2016-01-16 09:41:10 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2016-01-16 09:41:10 -0500 |
commit | ec67c4241a96399847efad4c5f9ab0b20744a728 (patch) | |
tree | 94b8cd3e2bfdb55cf380fe6f5190e7c70f7a0c2c /m4 | |
parent | 610dc28a6c858748c6a22ce4478eeaef66477514 (diff) |
Debugging autoconf by pushing a change for Travis to look at
Diffstat (limited to 'm4')
-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.) |