config: point people to obj/autoconf.err when psol isn't detected by ./configure

This commit is contained in:
Jeff Kaufman
2014-01-02 23:09:42 -05:00
parent 328d3afc9b
commit a4bd9b9c13
+2 -1
View File
@@ -208,7 +208,8 @@ if [ $ngx_found = yes ]; then
CORE_INCS="$CORE_INCS $pagespeed_include"
else
cat << END
$0: error: module ngx_pagespeed requires the pagespeed optimization library
$0: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in obj/autoconf.err for more details.
END
exit 1
fi