summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ab9c94d3f165..f208f35f12b5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -265,7 +265,7 @@ if (defined $ENV{NOCONFIGURE}) {
push @args, "--srcdir=$src_path";
push @args, "--enable-option-checking=$option_checking";
- print "Running ./configure with '" . join ("' '", @args), "'\n";
+ print "Running ./configure with '" . join (" ", @args), "'\n";
system ("./configure", @args) && die "Error running configure";
}