Can now build shared libraries under BeOS, and probably Cygwin, too.

This commit is contained in:
Ryan C. Gordon 2002-06-15 10:25:52 +00:00
parent e77f166781
commit 966d7eeacf
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
@ -217,6 +218,8 @@ AM_CONDITIONAL(BUILD_ZLIB, test x$enable_internal_zlib = xyes)
AM_CONDITIONAL(BUILD_TEST_PHYSFS, test x$enable_testprog = xyes)
AM_CONDITIONAL(BUILD_BEOS_CPP, test x$this_is_beos = xyes)
LDFLAGS="$LDFLAGS -no-undefined"
AC_OUTPUT([
Makefile
])