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

index 4877e1dcad13b5aa74b3323babae4f477871b079..a8dc1817d8770a2f02ad40e40364ce6316d81287 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.355.18.82 $)
+AC_REVISION($Revision: 1.355.18.83 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1016,8 +1016,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;