--- libiberty/configure +++ libiberty/configure @@ -3726,7 +3726,7 @@ if [ "${shared}" = "yes" ]; then *-fpic* ) PICFLAG=-fpic ;; * ) PICFLAG=-fPIC ;; esac ;; - s390*-*-*) PICFLAG=-fpic ;; + s390*-*-*) PICFLAG=-fPIC ;; esac fi --- libiberty/configure.ac +++ libiberty/configure.ac @@ -214,7 +214,7 @@ if [[ "${shared}" = "yes" ]]; then *-fpic* ) PICFLAG=-fpic ;; * ) PICFLAG=-fPIC ;; esac ;; - s390*-*-*) PICFLAG=-fpic ;; + s390*-*-*) PICFLAG=-fPIC ;; esac fi AC_SUBST(PICFLAG)