diff options
Diffstat (limited to 'hints/svr5.sh')
-rw-r--r-- | hints/svr5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/svr5.sh b/hints/svr5.sh index 334e288576..5f772599eb 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -157,7 +157,7 @@ fi # lddlflags : must tell the linker to output a shared library # use shared perl lib if the user doesn't choose otherwise -if test "x$useshrplib" == "x"; then +if test "x$useshrplib" = "x"; then useshrplib='true' fi |