diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 4077dbbd20..63fcd3532f 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Ralf Corsepius + + * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional. + 2004-01-06 Ralf Corsepius * aclocal/rtems-flags.m4: Remove (Unused). 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 ])