Fix shadowbuild

Reviewed-by: axis
This commit is contained in:
Olivier Goffart
2011-04-27 14:05:53 +02:00
parent 428afb264c
commit 519c2294b2

4
configure vendored
View File

@@ -44,8 +44,8 @@ $relpath =~ s,\\,/,g;
# the current directory is the "build tree" or "object tree"
my $outpath = getcwd();
if (! -e "$outpath/qtbase/configure") {
die("$outpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
if (! -e "$relpath/qtbase/configure") {
die("$relpath/qtbase/configure not found. Did you forget to run \"init-repository\"?");
}
ensureDir("$outpath/qtbase");