summaryrefslogtreecommitdiff
path: root/crypto/objects/obj_dat.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/obj_dat.pl')
-rw-r--r--crypto/objects/obj_dat.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl
index 8a09a46ee659..7de2f77afdae 100644
--- a/crypto/objects/obj_dat.pl
+++ b/crypto/objects/obj_dat.pl
@@ -2,7 +2,9 @@
# fixes bug in floating point emulation on sparc64 when
# this script produces off-by-one output on sparc64
-use integer;
+eval 'use integer;';
+
+print STDERR "Warning: perl module integer not found.\n" if ($@);
sub obj_cmp
{