On Thu, May 29, 2003 at 07:38:29AM -0400, Jeff Trawick wrote: > [EMAIL PROTECTED] wrote: > >trawick 2003/05/28 11:24:13 > > > > Modified: test testdso.c > > Log: > > get testdso to work with the vendor's compiler on HP-UX, which > > defines a different symbol than gcc > > #if APR_PLATFORM_IS_HPUX > or > #if APR_PLATFORM == APR_PLATFORM_HPUX > or > something else > ??
Not just to fix testdso - this still needs fixing properly by exporting out the right suffix from configure (since libtool knows it already). joe