]> mj.ucw.cz Git - libucw.git/commitdiff
Build: Just removed redundant parentheses.
authorPavel Charvat <pchar@ucw.cz>
Tue, 3 Jun 2014 11:41:35 +0000 (13:41 +0200)
committerPavel Charvat <pchar@ucw.cz>
Tue, 3 Jun 2014 11:41:35 +0000 (13:41 +0200)
ucw/perl/UCW/Configure/C.pm

index fffe7137210b11daa910cd030a834999f1c25405..e961ca009f9c07ad34a3447759313afae3357b4f 100644 (file)
@@ -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 {