summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 65f0cd11dd..4ae51590a7 100755
--- a/configure
+++ b/configure
@@ -1892,6 +1892,8 @@ fi
# If IRIX we must use ar instead of ranlib (not present on IRIX systems)
if irix ; then
_ranlib='ar -r'
+elif linux ; then
+ _ranlib='true'
fi
######################