[BUG?] configure.in

"Paul Keogh" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
I had to make the following change in configure.in

diff -r1.6 -r1.7
71,74c71,72
< AC_CHECK_LIB(pthread, pthread_exit)
< if test -z "$pthread"; then
< 	AC_CHECK_LIB(c_r, pthread_exit, [LIBS="$LIBS -lc_r"])
< fi
---
> AC_CHECK_LIB(pthread, pthread_exit,[],
> 	[AC_CHECK_LIB(c_r, pthread_exit, [LIBS="$LIBS -lc_r"])])

to successfully compile on HP-UX 11.0. The unpatched version of
configure.in linked both libc_r and pthreads into the executable
which caused an immediate crash somewhere in the pthreads library
on start-up. Also, the "if test -z..." line makes no sense to me
given that the AC_CHECK_LIB macro supports conditional actions.
Is this correct ?

Paul Keogh
ANAM Wireless Internet Solutions
http://www.anam.com                     
+353 1 284 7555 (wired)               +353 86 234 6047 (wireless)
Castle Yard, Saint Patrick's Road, Dalkey, County Dublin, Ireland
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.