27 Mar
2006
27 Mar
'06
3:55 p.m.
On Fri, 2006-03-24 at 14:39 +0100, Jochen Kirn wrote:
Patch for configure.in (tested with syslog ng 1.6.9 source). ---<configure.in.patch>--- 341a342
oscheck=`uname` 349a351,354 elif echo $oscheck | egrep "AIX" > /dev/null; then LD_START_STATIC="-Wl,-bstatic" LD_END_STATIC="-Wl,-bdynamic" AC_MSG_RESULT(AIX) ---<configure.in.patch>---
patch -i configure.in.patch configure.in autoconf configure.in > configure
will do the job.
Thanks for the info, I've integrated your change to the configure.in script. -- Bazsi