Author: jfrederic.clere(a)jboss.com
Date: 2011-01-11 09:26:15 -0500 (Tue, 11 Jan 2011)
New Revision: 2716
Modified:
trunk/build/unix/build.sh
Log:
Use our zlib on AIX.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2011-01-11 12:25:35 UTC (rev 2715)
+++ trunk/build/unix/build.sh 2011-01-11 14:26:15 UTC (rev 2716)
@@ -382,6 +382,9 @@
AIX)
PATH=$PATH:/opt/freeware/bin
export PATH
+ if $has_zlib; then
+ build_zlib=true
+ fi
;;
esac
Show replies by date