]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Add frenchb to languages for compatibility with older files.
[lyx.git] / configure.ac
index e63bd60a28d3d3ff26ff982547eed3d72f8228b0..c12aff90d2a44a9724fbd244a142cea2cb5d6ad2 100644 (file)
@@ -100,10 +100,7 @@ if test "x$enable_assertions" = xyes ; then
 fi
 
 ### Library Files
-dnl by testing these we check if it is ok to have
-dnl -lc and -lm as args to the compiler
 AC_CHECK_LIB(m, sin)
-AC_CHECK_LIB(c, fopen)
 
 ### Add extra directories to check for libraries.
 LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)