pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-07-08
1996-07-08 21:54:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
b04d5f0cfdccae5ac7f6bf365256ae7a1dafd077 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
branches/E-12
minor change
Rev: src/Makefile.src:1.8
Rev: src/configure.in:1.15
230:
AC_CHECK_TYPE(time_t,INT32) AC_CHECK_LIB(PW, alloca)
-
AC_CHECK_LIB(crypt, crypt)
+
+
dnl
AC_CHECK_LIB(crypt, crypt)
+
AC_CHECK_LIB(m, floor) if test "${ac_cv_lib_m}" = "no" -a "${lpc_cv_sys_os}" = "Linux"; then AC_MSG_WARN(I will compensate for this by adding -lc -lm)