summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormandyke <mandyke@gmail.com>2013-05-08 14:21:45 +0000
committermandyke <mandyke@gmail.com>2013-05-08 14:21:45 +0000
commit70c566b0ba6034c44da5f0133789e7cd0d9dec97 (patch)
treefdfe74439a77f9f4f6e0e8db331ba67e54097c2c /configure.ac
parent316f4b0df25c988086a86603bcd2b0532b53a6db (diff)
downloaddistcc-git-70c566b0ba6034c44da5f0133789e7cd0d9dec97.tar.gz
Support @FILE arguments correctly. Requires GNU libiberty.
Fixes issue 85
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a7041c6..04e48b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,6 +356,9 @@ else
POPT_INCLUDES=''
fi
+AC_CHECK_LIB([iberty], [expandargv],
+ ,
+ AC_MSG_ERROR([Cannot find libiberty]))
########################################################################