]> arthur.barton.de Git - netatalk.git/commit - configure.ac
Ensure pthread support compiler and linker flags are correct
authorFrank Lahm <franklahm@googlemail.com>
Tue, 20 Nov 2012 17:19:33 +0000 (18:19 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 27 Nov 2012 14:29:32 +0000 (15:29 +0100)
commit820fc9f0b3b1e2a9f055fc572bae60151fa0ecba
treeccc56cda234c371d9892928f0f802b5704cf7dda
parent59ba70c884ca7356e28873fccab7d3611369e6cc
Ensure pthread support compiler and linker flags are correct

On some platforms using AC_SEARCH_LIBS is not sufficient for
finding the linker flags for linking with a pthread library.
Add macro ax_pthread.m4 from GNU autoconf macro archive and
use the macro AX_PTHREAD.

Fix compiler and linker flags for afpd and libatalk.

Thanks to Jason Teska for pinpointing this.
configure.ac
etc/afpd/Makefile.am
libatalk/Makefile.am
macros/Makefile.am
macros/ax_pthread.m4 [new file with mode: 0644]
macros/summary.m4