summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-09-30 09:43:58 +0200
committerFrancis Dupont <fdupont@isc.org>2016-09-30 09:43:58 +0200
commitae91e4dbd5b9e2783ffc5c642c230f76565206dc (patch)
tree658c552a3fc54a49f142e3d50a0ce891d72a1fbd /configure.ac
parente7aefac332153cb4c70a314997e3e1d6bee8cc75 (diff)
downloadisc-dhcp-ae91e4dbd5b9e2783ffc5c642c230f76565206dc.tar.gz
Rebased rt43215 to rt43215a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 862108ca..46d56275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ do
esac
done
AC_SUBST(BINDCONFIG)
-AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = "yes")
# 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
@@ -765,10 +764,10 @@ no)
fi
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