aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-11-04 05:35:21 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-11-04 05:35:21 +0000
commit99161873e974e4e124d22e71fbcfcbc09d46e089 (patch)
treeff669ce2ee0411d2441c173415bd36393032c6d3 /configure.in
parentd19050d48cdc85d0c8fffc7ea6b19ffdfb492f72 (diff)
downloadgdb-99161873e974e4e124d22e71fbcfcbc09d46e089.zip
gdb-99161873e974e4e124d22e71fbcfcbc09d46e089.tar.gz
gdb-99161873e974e4e124d22e71fbcfcbc09d46e089.tar.bz2
* configure.in (hppa target): check the source directory for the
pagas sub-directory
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5ef7ebf..8de67d7 100644
--- a/configure.in
+++ b/configure.in
@@ -192,7 +192,7 @@ case "${target}" in
*) ;;
esac
noconfigdirs="$noconfigdirs ld binutils shellutils"
- if [ -r pagas/configure.in ]; then
+ if [ -f ${srcdir}/pagas/configure.in ]; then
configdirs=`echo ${configdirs} | sed -e 's/gas /pagas /'`
else
# It'll still DTRT if "gas" directory isn't here either.