mirror of https://github.com/encounter/SDL.git
Turning --no-undefined back on, to see what platforms are still broken.
This commit is contained in:
parent
b2f8b351d4
commit
346ebbb47e
25
configure.in
25
configure.in
|
@ -204,19 +204,18 @@ if test x$enable_dependency_tracking = xyes; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Actually this doesn't work on OpenBSD
|
AC_MSG_CHECKING(for linker option --no-undefined)
|
||||||
#AC_MSG_CHECKING(for linker option --no-undefined)
|
have_no_undefined=no
|
||||||
#have_no_undefined=no
|
save_LDFLAGS="$LDFLAGS"
|
||||||
#save_LDFLAGS="$LDFLAGS"
|
LDFLAGS="$LDFLAGS -Wl,--no-undefined"
|
||||||
#LDFLAGS="$LDFLAGS -Wl,--no-undefined"
|
AC_TRY_LINK([
|
||||||
#AC_TRY_LINK([
|
],[
|
||||||
#],[
|
],[
|
||||||
#],[
|
have_no_undefined=yes
|
||||||
#have_no_undefined=yes
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--no-undefined"
|
||||||
#EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--no-undefined"
|
])
|
||||||
#])
|
LDFLAGS="$save_LDFLAGS"
|
||||||
#LDFLAGS="$save_LDFLAGS"
|
AC_MSG_RESULT($have_no_undefined)
|
||||||
#AC_MSG_RESULT($have_no_undefined)
|
|
||||||
|
|
||||||
dnl See whether we are allowed to use the system C library
|
dnl See whether we are allowed to use the system C library
|
||||||
AC_ARG_ENABLE(libc,
|
AC_ARG_ENABLE(libc,
|
||||||
|
|
Loading…
Reference in New Issue