mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
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
This commit is contained in:
parent
2df5252dad
commit
fb89ef3f5d
@ -100,10 +100,7 @@ if test "x$enable_assertions" = xyes ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
### Library Files
|
### 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(m, sin)
|
||||||
AC_CHECK_LIB(c, fopen)
|
|
||||||
|
|
||||||
### Add extra directories to check for libraries.
|
### Add extra directories to check for libraries.
|
||||||
LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)
|
LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)
|
||||||
|
Loading…
Reference in New Issue
Block a user