From: Jean-Marc Lasgouttes Date: Wed, 4 Jul 2007 21:46:54 +0000 (+0000) Subject: do not test for libc; fixes compilation with freebsd X-Git-Tag: 1.6.10~9209 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fb89ef3f5dfca4bdc902090a68d484a88e0c2720;p=features.git do not test for libc; fixes compilation with freebsd git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18984 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index e63bd60a28..c12aff90d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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)