Initial .bep file checking for sdl-image

This commit is contained in:
Scott McCreary
2008-07-30 16:49:08 +00:00
commit 081833065f
54 changed files with 32707 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: configure.in
===================================================================
--- configure.in (revision 30382)
+++ configure.in (working copy)
@@ -184,7 +184,7 @@
dnl So we only turn it on for platforms where we know we really need it.
AC_MSG_CHECKING([whether libtool needs -no-undefined])
case $host in
- *-*-cygwin*)
+ *-*-cygwin* | *-*-beos* | *-*-haiku*)
AC_MSG_RESULT([yes])
LT_NO_UNDEFINED="-no-undefined"
;;