mirror of https://github.com/encounter/SDL.git
minor tidy-up to configury.
This commit is contained in:
parent
c97b721868
commit
1927c08036
|
@ -16389,7 +16389,6 @@ case "$host" in
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -16422,7 +16421,6 @@ case "$host" in
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -16455,7 +16453,6 @@ case "$host" in
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -16488,7 +16485,6 @@ case "$host" in
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -26151,7 +26147,6 @@ $as_echo_n "checking for linker option --enable-new-dtags... " >&6; }
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
|
17
configure.ac
17
configure.ac
|
@ -248,8 +248,7 @@ case "$host" in
|
||||||
*)
|
*)
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -Wl,--no-undefined"
|
LDFLAGS="$LDFLAGS -Wl,--no-undefined"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [
|
||||||
]],[])], [
|
|
||||||
have_no_undefined=yes
|
have_no_undefined=yes
|
||||||
BUILD_LDFLAGS="$BUILD_LDFLAGS -Wl,--no-undefined"
|
BUILD_LDFLAGS="$BUILD_LDFLAGS -Wl,--no-undefined"
|
||||||
],[])
|
],[])
|
||||||
|
@ -264,8 +263,7 @@ case "$host" in
|
||||||
*)
|
*)
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -Wl,--dynamicbase"
|
LDFLAGS="$LDFLAGS -Wl,--dynamicbase"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [
|
||||||
]],[])], [
|
|
||||||
have_dynamicbase=yes
|
have_dynamicbase=yes
|
||||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--dynamicbase"
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--dynamicbase"
|
||||||
],[])
|
],[])
|
||||||
|
@ -280,8 +278,7 @@ case "$host" in
|
||||||
*)
|
*)
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -Wl,--nxcompat"
|
LDFLAGS="$LDFLAGS -Wl,--nxcompat"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [
|
||||||
]],[])], [
|
|
||||||
have_nxcompat=yes
|
have_nxcompat=yes
|
||||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--nxcompat"
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--nxcompat"
|
||||||
],[])
|
],[])
|
||||||
|
@ -296,8 +293,7 @@ case "$host" in
|
||||||
*)
|
*)
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -Wl,--high-entropy-va"
|
LDFLAGS="$LDFLAGS -Wl,--high-entropy-va"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [
|
||||||
]],[])], [
|
|
||||||
have_high_entropy_va=yes
|
have_high_entropy_va=yes
|
||||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--high-entropy-va"
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--high-entropy-va"
|
||||||
],[])
|
],[])
|
||||||
|
@ -3817,7 +3813,7 @@ case "$host" in
|
||||||
fi
|
fi
|
||||||
# Set up files for udev hotplugging support
|
# Set up files for udev hotplugging support
|
||||||
if test x$enable_libudev = xyes && test x$have_libudev_h_hdr = xyes; then
|
if test x$enable_libudev = xyes && test x$have_libudev_h_hdr = xyes; then
|
||||||
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_udev.c"
|
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_udev.c"
|
||||||
fi
|
fi
|
||||||
# Set up files for evdev input
|
# Set up files for evdev input
|
||||||
if test x$use_input_events = xyes; then
|
if test x$use_input_events = xyes; then
|
||||||
|
@ -4516,8 +4512,7 @@ if test "x$enable_rpath" = "xyes" -a "x$enable_shared" = "xyes"; then
|
||||||
have_enable_new_dtags=no
|
have_enable_new_dtags=no
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS -Wl,--enable-new-dtags"
|
LDFLAGS="$LDFLAGS -Wl,--enable-new-dtags"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [
|
||||||
]],[])], [
|
|
||||||
have_enable_new_dtags=yes
|
have_enable_new_dtags=yes
|
||||||
SDL_RLD_FLAGS="$SDL_RLD_FLAGS -Wl,--enable-new-dtags"
|
SDL_RLD_FLAGS="$SDL_RLD_FLAGS -Wl,--enable-new-dtags"
|
||||||
],[])
|
],[])
|
||||||
|
|
Loading…
Reference in New Issue