From f8e5121ee53e192941d154df3fc6b79d3107534c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 6 Jan 2005 16:37:10 +0000 Subject: 2004-01-06 Ralf Corsepius * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional. --- testsuites/aclocal/prog-cxx.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/aclocal/prog-cxx.m4') 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 ]) -- cgit v1.2.3