Skip to content

Commit

Permalink
Turning --no-undefined back on, to see what platforms are still broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 15, 2013
1 parent b2f8b35 commit 346ebbb
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions configure.in
Expand Up @@ -204,19 +204,18 @@ if test x$enable_dependency_tracking = xyes; then
fi
fi

# Actually this doesn't work on OpenBSD
#AC_MSG_CHECKING(for linker option --no-undefined)
#have_no_undefined=no
#save_LDFLAGS="$LDFLAGS"
#LDFLAGS="$LDFLAGS -Wl,--no-undefined"
#AC_TRY_LINK([
#],[
#],[
#have_no_undefined=yes
#EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--no-undefined"
#])
#LDFLAGS="$save_LDFLAGS"
#AC_MSG_RESULT($have_no_undefined)
AC_MSG_CHECKING(for linker option --no-undefined)
have_no_undefined=no
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -Wl,--no-undefined"
AC_TRY_LINK([
],[
],[
have_no_undefined=yes
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,--no-undefined"
])
LDFLAGS="$save_LDFLAGS"
AC_MSG_RESULT($have_no_undefined)

dnl See whether we are allowed to use the system C library
AC_ARG_ENABLE(libc,
Expand Down

0 comments on commit 346ebbb

Please sign in to comment.