Document --disable-pie instead of --enable-pie
This commit is contained in:
parent
617eb6d26f
commit
09a4848fc9
@ -71,7 +71,7 @@ AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE(pie,
|
||||
[AS_HELP_STRING(--enable-pie,Produce position independent executables @<:@default=yes@:>@)],
|
||||
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
||||
enable_pie=$enableval, enable_pie="maybe")
|
||||
|
||||
AC_ARG_ENABLE(blocking-random,
|
||||
|
Loading…
Reference in New Issue
Block a user