aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@twcny.rr.com>2002-06-19 17:39:21 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-06-19 13:39:21 -0400
commitb4caab5c9433517de5577934c38eb6e0ab6fa85c (patch)
treea98be5b2fa5431a166469aa48570fd19d251f8e8 /configure.in
parent62363d9980e9c5ca2b5bca17e8a9164d5ebfe908 (diff)
downloadgcc-b4caab5c9433517de5577934c38eb6e0ab6fa85c.zip
gcc-b4caab5c9433517de5577934c38eb6e0ab6fa85c.tar.gz
gcc-b4caab5c9433517de5577934c38eb6e0ab6fa85c.tar.bz2
* configure.in: Eliminate ${gasdir} variable.
From-SVN: r54786
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 1c5f712..cf039a8 100644
--- a/configure.in
+++ b/configure.in
@@ -402,7 +402,6 @@ case "${enable_target_optspace}:${target}" in
esac
skipdirs=
-gasdir=gas
use_gnu_ld=
use_gnu_as=
@@ -1283,7 +1282,7 @@ fi
# --without-gnu-ld options for the configure script.
if test x${use_gnu_as} = x ; then
- if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && test -d ${srcdir}/${gasdir} ; then
+ if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 && test -d ${srcdir}/gas ; then
with_gnu_as=yes
withoptions="$withoptions --with-gnu-as"
fi