summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:47 +0200
commitee315a27b72dc967a8a90f132725b7c8e4fd9fba (patch)
tree349db556063b17a3c84dc9348495bd11d73b0417 /configure
parent630af0ed6c0af69c7df2e45aef7a87722a3c00c0 (diff)
tagging ychat-0.7.5ychat-0.7.5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 9aab971..20e84d0 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,8 @@
#!/bin/sh
-if ! ./scripts/checkperl.sh
+if ! which perl >/dev/null
then
+ echo You need to have Perl in your PATH
exit 1
fi
@@ -61,7 +62,7 @@ perl -e '
exit(1);
}
- system("perl \"scripts/config.pl\"");
+ system("sh -c \"scripts/config.sh\"");
chdir("src");
system("./configure ".join(" ", @ARGV));
chdir("..");