From ae91e4dbd5b9e2783ffc5c642c230f76565206dc Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 30 Sep 2016 09:43:58 +0200 Subject: Rebased rt43215 to rt43215a --- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1