]> 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:10:09 +0000 (00:10 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 00:10:09 +0000 (00:10 +0000)
configure.in

index 7540bb3ce704f528cb55f725a4732c1cff48eaa0..06552d705a6795b0c6933357f606729148d1680e 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.454 $)
+AC_REVISION($Revision: 1.455 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1214,8 +1214,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;