]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2461. [port] sunos: Change #2363 was not complete. [RT #17513]
authorMark Andrews <marka@isc.org>
Mon, 13 Oct 2008 00:29:48 +0000 (00:29 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 Oct 2008 00:29:48 +0000 (00:29 +0000)
CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 527dfe7cc2ec9668a583d6046033c62a5719bf58..ec6882eb0869a0a7426a6f9d140c2a3db74b7f43 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2461.  [port]          sunos: Change #2363 was not complete. [RT #17513]
+
        --- 9.6.0a1 released ---
 
 2460.  [bug]           Don't call dns_db_getnsec3parameters() on the cache.
index 4a913caa02a7eb1143802751928d7d010580258c..01b1e0256a45a39e38fcc6939453569fc4457635 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.452 $)
+AC_REVISION($Revision: 1.453 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1206,7 +1206,7 @@ AC_SUBST(PURIFY)
 # GNU libtool support
 #
 case $host in
-sunos*)
+*-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;