From f835f26cfe3ab35c39f226b840dc01514572b71e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 24 May 2002 09:44:38 +0000 Subject: [PATCH] BeOS support. --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index 928f7827..43cb8fb5 100644 --- a/configure.in +++ b/configure.in @@ -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