Author: jfrederic.clere(a)jboss.com
Date: 2009-11-26 12:07:43 -0500 (Thu, 26 Nov 2009)
New Revision: 2603
Modified:
trunk/build/unix/build.sh
Log:
It seems apr-iconv is not build on windoze...
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2009-11-26 15:59:08 UTC (rev 2602)
+++ trunk/build/unix/build.sh 2009-11-26 17:07:43 UTC (rev 2603)
@@ -359,6 +359,12 @@
BUILD_WIN=true
NATIVEEOL="CRLF"
BUILD_SYS=windows
+ if $has_api; then
+ build_api=true
+ fi
+ if $has_zlib; then
+ build_zlib=true
+ fi
;;
esac
Show replies by date