summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-09-30 23:30:58 +0200
committerFrancis Dupont <fdupont@isc.org>2016-09-30 23:30:58 +0200
commitc16c5292a748ae01d807f86fafa338d041511794 (patch)
tree658c552a3fc54a49f142e3d50a0ce891d72a1fbd /configure
parente7aefac332153cb4c70a314997e3e1d6bee8cc75 (diff)
parentae91e4dbd5b9e2783ffc5c642c230f76565206dc (diff)
downloadisc-dhcp-c16c5292a748ae01d807f86fafa338d041511794.tar.gz
Merged rt43215a (use v9_11 plain libs vs v9_9 export libs)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 4 insertions, 18 deletions
diff --git a/configure b/configure
index da33ff83..cf533b54 100755
--- a/configure
+++ b/configure
@@ -651,8 +651,6 @@ RANLIB
EGREP
GREP
CPP
-CROSS_COMPILING_FALSE
-CROSS_COMPILING_TRUE
BINDCONFIG
am__fastdepCC_FALSE
am__fastdepCC_TRUE
@@ -4504,14 +4502,6 @@ do
esac
done
- if test "$cross_compiling" = "yes"; then
- CROSS_COMPILING_TRUE=
- CROSS_COMPILING_FALSE='#'
-else
- CROSS_COMPILING_TRUE='#'
- CROSS_COMPILING_FALSE=
-fi
-
# POSIX doesn't include the IPv6 Advanced Socket API and glibc hides
# parts of the IPv6 Advanced Socket API as a result. This is stupid
@@ -6949,10 +6939,10 @@ no)
ac_config_files="$ac_config_files $srcdir/bind/Makefile"
- BINDLIBIRSDIR="$BINDSRCDIR/lib/export/irs"
- BINDLIBDNSDIR="$BINDSRCDIR/lib/export/dns"
- BINDLIBISCCFGDIR="$BINDSRCDIR/lib/export/isccfg"
- BINDLIBISCDIR="$BINDSRCDIR/lib/export/isc"
+ BINDLIBIRSDIR="$BINDSRCDIR/lib/irs"
+ BINDLIBDNSDIR="$BINDSRCDIR/lib/dns"
+ BINDLIBISCCFGDIR="$BINDSRCDIR/lib/isccfg"
+ BINDLIBISCDIR="$BINDSRCDIR/lib/isc"
;;
*)
if test ! -d "$use_libbind"; then
@@ -7499,10 +7489,6 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${CROSS_COMPILING_TRUE}" && test -z "${CROSS_COMPILING_FALSE}"; then
- as_fn_error $? "conditional \"CROSS_COMPILING\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${BIND_ATF_TRUE}" && test -z "${BIND_ATF_FALSE}"; then
as_fn_error $? "conditional \"BIND_ATF\" was never defined.