Can now build shared libraries under BeOS, and probably Cygwin, too.
This commit is contained in:
parent
e2c5ea91e1
commit
3090b6e121
|
@ -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
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue