Skip to content

Commit

Permalink
Can now build shared libraries under BeOS, and probably Cygwin, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 15, 2002
1 parent e2c5ea9 commit 3090b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -55,6 +55,7 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL


Expand Down Expand Up @@ -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
])
Expand Down

0 comments on commit 3090b6e

Please sign in to comment.