2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
This commit is contained in:
Ralf Corsepius
2005-01-06 16:37:10 +00:00
parent 5066b92b2c
commit f8e5121ee5
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/rtems-flags.m4: Remove (Unused).

View File

@@ -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
])