Author: bjh Date: Mon Apr 25 04:52:38 2005 New Revision: 164560 URL: http://svn.apache.org/viewcvs?rev=164560&view=rev Log: OS/2: When detecting when to use aplibtool use $host_os rather than $host_alias as the latter doesn't get defined in autoconf 2.5x. Modified: apr/apr-util/trunk/xml/expat/configure.in Modified: apr/apr-util/trunk/xml/expat/configure.in URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/xml/expat/configure.in?rev=164560&r1=164559&r2=164560&view=diff ============================================================================== --- apr/apr-util/trunk/xml/expat/configure.in (original) +++ apr/apr-util/trunk/xml/expat/configure.in Mon Apr 25 04:52:38 2005 @@ -46,7 +46,7 @@ AC_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM -case "$host_alias" in +case "$host_os" in *os2*) # Use a custom made libtool replacement echo Using aplibtool