obtained by passing --no-secureplt to ld(1), or -Wl,--no-secureplt to cc(1)
when linking.
{ (exit 1); exit 1; }; } ;;
esac
else
- use_secureplt=false
+ use_secureplt=true
fi; if test $use_secureplt = true; then
cat >>confdefs.h <<\_ACEOF
yes) use_secureplt=true ;;
no) use_secureplt=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for secureplt option) ;;
-esac],[use_secureplt=false])dnl
+esac],[use_secureplt=true])dnl
if test $use_secureplt = true; then
AC_DEFINE(USE_SECUREPLT, 1,
[Define if we should default to creating read-only plt entries])