summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2014-04-02 23:20:37 +0000
committerfergus.henderson@gmail.com <fergus.henderson@gmail.com@01de4be4-8c4a-0410-9132-4925637da917>2014-04-02 23:20:37 +0000
commitdc2028d6ae7ae0cabb5247a7523bcbc37f0c71cf (patch)
treeea49305e52fb25dd837d06b32ed2086884e6dc61
parent05e157e9c2f27a793f79f38077c8e45d411a4edf (diff)
downloaddistcc-dc2028d6ae7ae0cabb5247a7523bcbc37f0c71cf.tar.gz
Fix cut-and-paste error in previous change.
git-svn-id: http://distcc.googlecode.com/svn/trunk@791 01de4be4-8c4a-0410-9132-4925637da917
-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