about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/installnetpbm.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/installnetpbm.pl b/buildtools/installnetpbm.pl
index 3c3d9b9d..61900335 100755
--- a/buildtools/installnetpbm.pl
+++ b/buildtools/installnetpbm.pl
@@ -374,7 +374,7 @@ sub warnNonstandardShlibDirCrle($) {
     # system directory.  But I don't have a Solaris system to reverse
     # engineer/test with.
 
-    if ($shlibDir != "/lib" && $shlibDir != "/usr/lib") {
+    if ($shlibDir ne "/lib" && $shlibDir ne "/usr/lib") {
         print("You have installed shared libraries in " .
               "'$shlibDir',\n" .
               "which is not a conventional system shared " .
@@ -401,7 +401,7 @@ sub warnNonstandardShlibDirGeneric($) {
 #  search path.
 #-----------------------------------------------------------------------------
 
-    if ($shlibDir != "/lib" && $shlibDir != "/usr/lib") {
+    if ($shlibDir ne "/lib" && $shlibDir ne "/usr/lib") {
         print("You have installed shared libraries in " .
               "'$shlibDir',\n" .
               "which is not a conventional system shared " .