diff options
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure b/libiberty/configure index 1ccfac9..dd89627 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5396,8 +5396,8 @@ case "${enable_shared}" in *) shared=yes ;; esac -# ...unless --enable-host-shared was passed from top-level config: -if [ "${enable_host_shared}" = "yes" ]; then +# ...unless --enable-host-{shared,pie} was passed from top-level config: +if [ "${enable_host_shared}" = "yes" ] || [ "${enable_host_pie}" = "yes" ]; then shared=yes fi |