diff --git a/util/configure b/util/configure index 5230482..ced81cc 100755 --- a/util/configure +++ b/util/configure @@ -298,7 +298,7 @@ if (@ngx_ld_opts) { $ld_opts = " \\\n --with-ld-opt='@ngx_ld_opts'"; } -my $cmd = "./configure --prefix=$ngx_prefix" +my $cmd = "sh ./configure --prefix=$ngx_prefix" . $resty_opts . $ld_opts . (@ngx_opts ? " \\\n @ngx_opts" : "");