From 0225cc0f1fe37a4aa0e67c2ca1806a082e8953cd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Jan 2014 18:15:31 +0000 Subject: libiberty: fix --enable-install-libiberty flag [PR 56780] Commit 199570 fixed the --disable-install-libiberty behavior, but it also added a bug where the enable path never works because the initial clear of target_header_dir wasn't deleted. So we end up initializing properly at the top only to reset it at the end all the time. From-SVN: r206367 --- libiberty/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'libiberty/configure.ac') diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 4ad88a984d7..d6180bcddd9 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -411,7 +411,6 @@ fi setobjs= CHECK= -target_header_dir= if test -n "${with_target_subdir}"; then # We are being configured as a target library. AC_REPLACE_FUNCS -- cgit v1.2.3