BeOS support.

This commit is contained in:
Ryan C. Gordon 2002-05-24 09:44:38 +00:00
parent 52d1654f0f
commit 9c90b67cbf
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,7 @@ dnl Compilers and other tools
dnl ---------------------------------------------------------------------
AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
@ -183,6 +184,10 @@ if test x$enable_readline = xyes; then
fi
fi
AC_CHECK_HEADER(be/kernel/OS.h, this_is_beos=yes)
if test x$this_is_beos = xyes; then
LIBS="$LIBS -lroot -lbe"
fi
# Checks for header files.
AC_HEADER_STDC