aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-03-18 18:03:38 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-03-18 18:03:38 +0000
commit6b978db369bb57dddda3aed6be308c88785d5ba6 (patch)
tree97be86dd7a94e867285e7c11d6e44e4219c83297 /tests/testcurl.pl
parent5840c8cb704dec671fd56f73199301ba12bd3f1f (diff)
Netware builds don't use configure.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index db5ca2e6c..d7bd6c9e5 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -46,7 +46,7 @@
# --mktarball=[command] Command to run after completed test
# --name=[name] Set name to report as
# --nocvsup Don't update from CVS even though it is a CVS tree
-# --runtestsopts=[options] Options to pass to runtests.pl
+# --runtestopts=[options] Options to pass to runtests.pl
# --setup=[file name] File name to read setup from (deprecated)
# --target=[your os] Specify your target environment.
#
@@ -130,6 +130,7 @@ if ($^O eq 'MSWin32' || $targetos) {
$libext = '.a' if ($targetos =~ /mingw32/);
}
elsif ($targetos =~ /netware/) {
+ $configurebuild = 0;
$binext = '.nlm';
$libext = '.lib';
}