Update of /cvsroot/libfunutil/libfunutil
In directory sc8-pr-cvs1:/tmp/cvs-serv6165
Modified Files:
configure.s11n
Log Message:
added the missing compilation tests.
Index: configure.s11n
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/configure.s11n,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.s11n 14 Oct 2003 03:11:54 -0000 1.1
+++ configure.s11n 14 Oct 2003 03:19:32 -0000 1.2
@@ -1,5 +1,9 @@
echo "==================== s11n-specific checks:"
+toc_run_fail gcc_try_compile toc/tests/cpp/check_stl_newstyle.cpp
+toc_run_fail gcc_try_compile toc/tests/cpp/gcc_2_95_typename_problem.cpp
+toc_run_fail gcc_build_and_run toc/tests/c/check_for_dlopen_and_friends.c -export-dynamic -ldl
+
toc_run_fail flex
toc_run_failok bzlib
toc_run_failok lyxport
|