pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-05-13
1996-05-13 20:24:26 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
7cfda73074e99835e67fcded5a5a324b5b4ebd5a (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
branches/E-12
removed -Wunused
Rev: src/configure.in:1.12
53:
CFLAGS="$OLD_CFLAGS" if test "$GCC" = "yes"; then
-
WARN="-g -W -
Wunused -
Wformat"
+
WARN="-g -W -Wformat"
AC_MSG_CHECKING(-pipe) AC_CACHE_VAL(lpc_cv_option_pipe,
230:
AC_CHECK_TYPE(time_t,INT32) AC_CHECK_LIB(PW, alloca)
+
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)