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

diff --git a/CHANGES b/CHANGES
index a51d2899f471ed1dfe56a621bfe84ed7c4e5e6d8..e0036d8dc37a96bb8c3c29745b6640aaf7c4c666 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2069.  [bug]           Cross compiling was not working. [RT #16330]
+
 
        --- 9.3.3rc1 released ---
 
index 84ce799f2f949cfc9996414dde3ceba82b8e40e1..0b953924cb5a908c2569e6abd61cd51e7003ccc8 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.284.2.19.2.59 2006/07/20 06:10:28 marka Exp $
+# $Id: configure,v 1.284.2.19.2.60 2006/08/09 22:25:03 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.294.2.23.2.64 .
+# From configure.in Revision: 1.294.2.23.2.65 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -28615,7 +28615,7 @@ LIBBIND9_API=$srcdir/lib/bind9/api
 
 LIBLWRES_API=$srcdir/lib/lwres/api
 
-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 3564f9f2584d483f0273ff4436f0190cc5f2ba4b..22421346d83a768a33b9f968c026af67bed42845 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294.2.23.2.64 $)
+AC_REVISION($Revision: 1.294.2.23.2.65 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -2071,7 +2071,7 @@ LIBBIND9_API=$srcdir/lib/bind9/api
 AC_SUBST_FILE(LIBLWRES_API)
 LIBLWRES_API=$srcdir/lib/lwres/api
 
-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