summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/prog-cxx.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 16:37:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 16:37:10 +0000
commitf8e5121ee53e192941d154df3fc6b79d3107534c (patch)
tree84806034b97eaff07ae13be0572d4ea8528a9d8c /testsuites/aclocal/prog-cxx.m4
parent2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f8e5121ee53e192941d154df3fc6b79d3107534c.tar.bz2
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
Diffstat (limited to 'testsuites/aclocal/prog-cxx.m4')
-rw-r--r--testsuites/aclocal/prog-cxx.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index 813b862a8c..465cd7ed86 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -28,5 +28,8 @@ AC_PROG_CXX
[must both either be cross compilers or native compilers]
[Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
fi
+else
+## Work-around to a bug in automake
+AM_CONDITIONAL([am__fastdepCXX],[false])
fi
])