]> 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:27:26 +0000 (22:27 +0000)
committerMark Andrews <marka@isc.org>
Wed, 9 Aug 2006 22:27:26 +0000 (22:27 +0000)
CHANGES
configure
configure.in

diff --git a/CHANGES b/CHANGES
index 7c9611fb21b8920388a6c37d444b2bc9ac927dff..92a7d3fc981caf06a9900d3e81f4a45f0f7339dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2069.  [bug]           Cross compiling was not working. [RT #16330]
+
 2068.  [cleanup]       Lower incremental tuning message to debug 1.
                        [RT #16319]
 
index 20a88491cd5bfc23e22054751c52bf1a23ec9c91..a1d2d79648f3df491f486e39f70aeb067dbc6917 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.398 2006/07/20 05:42:08 marka Exp $
+# $Id: configure,v 1.399 2006/08/09 22:27:26 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.410 .
+# From configure.in Revision: 1.411 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -30233,7 +30233,7 @@ 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 2c7ddea83bb6c08be663f6612522a5d63397c46b..4f445c0dc322bba8170499c21132cc1c2257a7de 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.410 $)
+AC_REVISION($Revision: 1.411 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -2359,7 +2359,7 @@ AC_SUBST(DLZ_DRIVER_SRCS)
 AC_SUBST(DLZ_DRIVER_OBJS)
 AC_SUBST_FILE(DLZ_DRIVER_RULES)
 
-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