summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2014-04-02 23:20:37 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2014-04-02 23:20:37 +0000
commit09bd43bfbc5f4ffb07d3473de9ece3f1163da22d (patch)
treeea49305e52fb25dd837d06b32ed2086884e6dc61
parent214838b742467896aa19f9bb5546b0ca23ad80be (diff)
downloaddistcc-git-09bd43bfbc5f4ffb07d3473de9ece3f1163da22d.tar.gz
Fix cut-and-paste error in previous change.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index feec478..5847948 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,7 +359,7 @@ else
POPT_INCLUDES=''
fi
-AC_ARG_WITH(binutils,
+AC_ARG_WITH(libiberty,
AC_HELP_STRING([--without-libiberty], [build without libiberty (no @file support)]))
if test x"$with_libiberty" != xno; then