diff --git a/configure b/configure index 39b7f1f..cb4f050 100755 --- a/configure +++ b/configure @@ -129,8 +129,8 @@ for opt do --enable-pic) pic="yes" ;; - --enable-shared) - shared="yes" + --disable-shared) + shared="no" ;; --host=*) host="${opt#--host=}"