Author: mturk Date: Wed Mar 27 07:04:15 2013 New Revision: 1461428 URL: http://svn.apache.org/r1461428 Log: Fix copy/paste typo
Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4?rev=1461428&r1=1461427&r2=1461428&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 (original) +++ commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 Wed Mar 27 07:04:15 2013 @@ -180,7 +180,7 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ LIBS="$LIBS -lpthread" else CFLAGS="+DD32 -mt $CFLAGS" - LDFLAGS="+DD32 -mt $CFLAGS" + LDFLAGS="+DD32 -mt $LDFLAGS" fi ;; hpux-ia64w|hpux-hppa2.0w) @@ -191,7 +191,7 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ LIBS="$LIBS -lpthread" else CFLAGS="+DD64 -mt $CFLAGS" - LDFLAGS="+DD64 -mt $CFLAGS" + LDFLAGS="+DD64 -mt $LDFLAGS" fi ;; *)