]> granicus.if.org Git - curl/commitdiff
catch up new lib extension when build with gcc/nlmconv.
authorGunter Knauf <gk@gknw.de>
Mon, 26 Mar 2007 17:18:36 +0000 (17:18 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 26 Mar 2007 17:18:36 +0000 (17:18 +0000)
tests/testcurl.pl

index de6fba4083dfe59f13f1d6581d480bb9fbf874b7..d2379f69c8d852fb706d147583dce9c46dd60a6b 100755 (executable)
@@ -142,7 +142,12 @@ if ($^O eq 'MSWin32' || $targetos) {
   elsif ($targetos =~ /netware/) {
     $configurebuild = 0;
     $binext = '.nlm';
-    $libext = '.lib';
+    if ($^O eq 'MSWin32') {
+      $libext = '.lib';
+    }
+    else {
+      $libext = '.a';
+    }
   }
 }