]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2069. [bug] Cross compiling was not working. [RT #16330]
authorMark Andrews <marka@isc.org>
Wed, 9 Aug 2006 22:23:43 +0000 (22:23 +0000)
committerMark Andrews <marka@isc.org>
Wed, 9 Aug 2006 22:23:43 +0000 (22:23 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 7e193d427431a459d149ae72bee6817d6e6dce98..adcf224175e6bfc3e352341e4e75662ddd059bd8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2069.  [bug]           Cross compiling was not working. [RT #16330]
+
 
        --- 9.2.7rc1 released ---
 
index d75da9cf86b8f2cb3dbf4e1779748b2b9ca7f944..24c5d3342795157d9d8aa6d69a49f6decc817dd5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.294.2.64 .
+# From configure.in Revision: 1.294.2.65 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -24274,7 +24274,7 @@ fi
 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi
 
-if test "cross_compiling" = "yes"; then
+if test "$cross_compiling" = "yes"; then
        if test -z "$BUILD_CC"; then
                { { echo "$as_me:$LINENO: error: BUILD_CC not set" >&5
 echo "$as_me: error: BUILD_CC not set" >&2;}
index e9dbaff449d03c02e43f75ad8f52efbac2065bc3..2ee6935d0d9f8d51e7868df1ed5e496e10b68ffd 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.294.2.64 $)
+AC_REVISION($Revision: 1.294.2.65 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -1176,7 +1176,7 @@ char a[16],b[64]; return(inet_ntop(AF_INET6, a, b, sizeof(b)) == (char*)0);}],
         ISC_EXTRA_SRCS="$ISC_EXTRA_SRCS inet_ntop.c"
         ISC_PLATFORM_NEEDNTOP="#define ISC_PLATFORM_NEEDNTOP 1"])
 
-if test "cross_compiling" = "yes"; then
+if test "$cross_compiling" = "yes"; then
        if test -z "$BUILD_CC"; then
                AC_ERROR([BUILD_CC not set])
        fi