You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2005/07/02 19:36:57 UTC

svn commit: r208850 - /apr/apr-util/branches/1.1.x/xml/expat/configure.in

Author: bjh
Date: Sat Jul  2 10:36:56 2005
New Revision: 208850

URL: http://svn.apache.org/viewcvs?rev=208850&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.

Backport from trunk of r164560

Modified:
    apr/apr-util/branches/1.1.x/xml/expat/configure.in

Modified: apr/apr-util/branches/1.1.x/xml/expat/configure.in
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/xml/expat/configure.in?rev=208850&r1=208849&r2=208850&view=diff
==============================================================================
--- apr/apr-util/branches/1.1.x/xml/expat/configure.in (original)
+++ apr/apr-util/branches/1.1.x/xml/expat/configure.in Sat Jul  2 10:36:56 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