]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use build_os not build for change 2461
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:07:14 +0000 (00:07 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:07:14 +0000 (00:07 +0000)
configure.in

index f27bd2a26c02561dd36e68bf6294f5fbf429b9fd..f1899f709a8cac0f0c697629f945d4e90b7af105 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294.2.23.2.89 $)
+AC_REVISION($Revision: 1.294.2.23.2.90 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -1007,8 +1007,8 @@ AC_SUBST(PURIFY)
 #
 # GNU libtool support
 #
-case $host in
-*-sunos*)
+case $build_os in
+sunos*)
     # Just set the maximum command line length for sunos as it otherwise
     # takes a exceptionally long time to work it out. Required for libtool.
     lt_cv_sys_max_cmd_len=4096;