You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2010/07/26 19:34:46 UTC

svn commit: r979378 - /apr/apr-util/branches/0.9.x/xml/expat/configure.in

Author: rjung
Date: Mon Jul 26 17:34:46 2010
New Revision: 979378

URL: http://svn.apache.org/viewvc?rev=979378&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 of r164560.
It's the only delta to newer active branches,
so keep it in sync.

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

Modified: apr/apr-util/branches/0.9.x/xml/expat/configure.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/xml/expat/configure.in?rev=979378&r1=979377&r2=979378&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/xml/expat/configure.in (original)
+++ apr/apr-util/branches/0.9.x/xml/expat/configure.in Mon Jul 26 17:34:46 2010
@@ -46,7 +46,7 @@ LIBAGE=1
 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