* tests/compile.at (Order of user actions and cleanup): Add
incomplete comment to provoke failure with Tru64/OSF 5.1 cc
preprocessor.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2010-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix testsuite failure with Tru64 preprocessor.
+ * tests/compile.at (Order of user actions and cleanup): Add
+ incomplete comment to provoke failure with Tru64/OSF 5.1 cc
+ preprocessor.
+
2010-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
and Eric Blake <eblake@redhat.com>
AC_PREPROC_IFELSE([AC_LANG_PROGRAM([int ok;], [])],
[test -f conftest.err || AS_EXIT([1])],
[AS_EXIT([1])])
-AC_PREPROC_IFELSE([AC_LANG_PROGRAM([#define 12 34], [])],
+AC_PREPROC_IFELSE([AC_LANG_PROGRAM([#define 12 34 /*], [])],
[AS_EXIT([1])],
[test -f conftest.err || AS_EXIT([1])])