From 395d5c738aebc0d93688eb140cc00ed1a9196ef3 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 3 Jun 2014 13:41:35 +0200 Subject: [PATCH] Build: Just removed redundant parentheses. --- ucw/perl/UCW/Configure/C.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/perl/UCW/Configure/C.pm b/ucw/perl/UCW/Configure/C.pm index fffe7137..e961ca00 100644 --- a/ucw/perl/UCW/Configure/C.pm +++ b/ucw/perl/UCW/Configure/C.pm @@ -120,7 +120,7 @@ Set("LIBS" => ""); # Extra flags for compiling and linking shared libraries Set("CSHARED" => '-fPIC'); Append("LOPT" => "-Wl,--rpath-link,run/lib"); -if ((Get("INSTALL_LIB_DIR") eq "/usr/lib")) { +if (Get("INSTALL_LIB_DIR") eq "/usr/lib") { Set("SO_LINK_PATH" => ''); } else { -- 2.39.2