From f2ace59bcacbd965628f72b1b9c1e7ad79cec2a5 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Wed, 26 Jan 2011 20:27:02 +0000 Subject: [PATCH] Fix 10L in configure. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=}"