Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BeOS support.
  • Loading branch information
icculus committed May 24, 2002
1 parent 2ea62ae commit f835f26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.in
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f835f26

Please sign in to comment.