comparison configure @ 24647:9d4fe620a1f4

Remove redundant comment.
author diego
date Sat, 29 Sep 2007 22:12:30 +0000
parents 18dd1970d050
children ce126ce0362f
comparison
equal deleted inserted replaced
24646:18dd1970d050 24647:9d4fe620a1f4
1340 1340
1341 if aix ; then 1341 if aix ; then
1342 _ld_extra="$_ld_extra -lC" 1342 _ld_extra="$_ld_extra -lC"
1343 fi 1343 fi
1344 1344
1345 # If IRIX we must use ar instead of ranlib (not present on IRIX systems)
1346 if irix ; then 1345 if irix ; then
1347 _ranlib='ar -r' 1346 _ranlib='ar -r'
1348 elif linux ; then 1347 elif linux ; then
1349 _ranlib='true' 1348 _ranlib='true'
1350 fi 1349 fi