aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-06 21:11:10 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-06 21:11:10 +0000
commit9fe444b57a4075beb94408fb603730397605a2ee (patch)
tree2641546c7f2270ab4f1ca5d1924be66a320f1dbe /configure.in
parentfcbc95a72a768a2f83981961c47337e3d7fcc5ed (diff)
downloadgdb-9fe444b57a4075beb94408fb603730397605a2ee.zip
gdb-9fe444b57a4075beb94408fb603730397605a2ee.tar.gz
gdb-9fe444b57a4075beb94408fb603730397605a2ee.tar.bz2
* configure.in: Don't issue warnings about directories which are
not being configued if -norecursion is set.
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 586eb03..d565791 100644
--- a/configure.in
+++ b/configure.in
@@ -279,7 +279,7 @@ done
# FSF releases, it's important to let people know when their machine isn't
# supported by the one or two programs in a package.
-if [ x"${notsupp}" != x ]; then
+if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
echo "*** This configuration is not supported in the following subdirectories:" 1>&2
echo " ${notsupp}" 1>&2
echo " (Any other directories should still work fine.)" 1>&2