mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 22:30:00 -04:00
2069. [bug] Cross compiling was not working. [RT #16330]
This commit is contained in:
parent
23accee132
commit
e560f615b2
3 changed files with 7 additions and 5 deletions
2
CHANGES
2
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]
|
||||
|
||||
|
|
|
|||
6
configure
vendored
6
configure
vendored
|
|
@ -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;}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue