endianness before making its final decision on
which C compiler to use, causing Solaris/x86
systems with gcc to be incorrectly identified
as big-endian. [RT #1315]
(already fixed on the mainline as part of a larger configure.in reorganization)
+
+ 831. [bug] The configure script tried to determine
+ endianness before making its final decision on
+ which C compiler to use, causing Solaris/x86
+ systems with gcc to be incorrectly identified
+ as big-endian. [RT #1315]
+
827. [bug] When an IXFR protocol error occurs, the slave
should retry with AXFR.
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.205.2.6 $)
+AC_REVISION($Revision: 1.205.2.7 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
esac
fi
-#
-# Find the machine's endian flavor.
-#
-AC_C_BIGENDIAN
-
#
# was --with-openssl specified?
#
AC_PROG_CC
AC_PROG_YACC
+#
+# Find the machine's endian flavor.
+#
+AC_C_BIGENDIAN
+
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/sockio.h)