remove stray fi

This commit is contained in:
Jeff Kaufman
2013-01-10 15:29:12 -05:00
parent 77fd3105eb
commit 27e093b365
-1
View File
@@ -138,7 +138,6 @@ if [ $ngx_found = yes ]; then
$mod_pagespeed_dir/net/instaweb/apache/apr_mem_cache.cc \
$mod_pagespeed_dir/net/instaweb/util/key_value_codec.cc \
$mod_pagespeed_dir/third_party/aprutil/apr_memcache2.c"
fi
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES $ngx_addon_name"
CORE_LIBS="$CORE_LIBS $pagespeed_libs"
CORE_INCS="$CORE_INCS $pagespeed_include"