From: Pavel Charvat Date: Tue, 3 Jun 2014 11:41:35 +0000 (+0200) Subject: Build: Just removed redundant parentheses. X-Git-Tag: v6.0~15^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=395d5c738aebc0d93688eb140cc00ed1a9196ef3;p=libucw.git Build: Just removed redundant parentheses. --- 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 {