From: Mark Andrews Date: Wed, 9 Aug 2006 22:25:03 +0000 (+0000) Subject: 2069. [bug] Cross compiling was not working. [RT #16330] X-Git-Tag: v9.3.3rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f820f8c20b240f21266a9d4dc79d4544d4bf22fe;p=thirdparty%2Fbind9.git 2069. [bug] Cross compiling was not working. [RT #16330] --- diff --git a/CHANGES b/CHANGES index a51d2899f47..e0036d8dc37 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2069. [bug] Cross compiling was not working. [RT #16330] + --- 9.3.3rc1 released --- diff --git a/configure b/configure index 84ce799f2f9..0b953924cb5 100755 --- 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;} diff --git a/configure.in b/configure.in index 3564f9f2584..22421346d83 100644 --- a/configure.in +++ b/configure.in @@ -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