1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Add support for BeOS, which doesn't have libm.

This commit is contained in:
Bruno Haible
2000-12-18 18:45:44 +00:00
parent 65e80de5eb
commit 7b45ce23a1
4 changed files with 54 additions and 1 deletions

View File

@@ -66,6 +66,11 @@ AC_CHECK_FUNCS(setrlimit)
fi
fi
dnl
dnl checks for libraries
dnl
AC_CHECK_LIB(m, rand, GPERF_LIBM="-lm", GPERF_LIBM="")
AC_SUBST(GPERF_LIBM)
dnl
dnl That's it.
dnl
AC_OUTPUT(Makefile)