summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 8695cbf942..067fb27c11 100755
--- a/configure
+++ b/configure
@@ -764,6 +764,9 @@ for ac_option do
--ar=*)
_ar=`echo $ac_option | cut -d '=' -f 2`
;;
+ --ranlib=*)
+ _ranlib=`echo $ac_option | cut -d '=' -f 2`
+ ;;
--charset=*)
_charset=`echo $ac_option | cut -d '=' -f 2`
;;