From 519c2294b2c20c33e4675e822360e61ab3c481f5 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 27 Apr 2011 14:05:53 +0200 Subject: Fix shadowbuild Reviewed-by: axis --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7c771ef9..b8ee11f0 100755 --- a/configure +++ b/configure @@ -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"); -- cgit v1.2.3