From: Mark Andrews Date: Wed, 9 Aug 2006 22:23:43 +0000 (+0000) Subject: 2069. [bug] Cross compiling was not working. [RT #16330] X-Git-Tag: v9.2.7rc1~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=99bc35e2c6ea5a4b02fa1ad9ca4a86eff14d3e6e;p=thirdparty%2Fbind9.git 2069. [bug] Cross compiling was not working. [RT #16330] --- diff --git a/CHANGES b/CHANGES index 7e193d42743..adcf224175e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2069. [bug] Cross compiling was not working. [RT #16330] + --- 9.2.7rc1 released --- diff --git a/configure b/configure index d75da9cf86b..24c5d334279 100755 --- 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;} diff --git a/configure.in b/configure.in index e9dbaff449d..2ee6935d0d9 100644 --- a/configure.in +++ b/configure.in @@ -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