Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 30, 2017
1 parent 7918ecc commit 22751e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpd/configure
Expand Up @@ -127,7 +127,7 @@ if [ ${exit_code} -ne 0 ]; then
fi

if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
objs_makefile_backup="objs/Makefile.with-debug-flags"
objs_makefile_backup="objs/Makefile.without-debug-flags"
mv objs/Makefile "${objs_makefile_backup}"
sed \
-e '/^CFLAGS =/ s/ -O / -O0 /' \
Expand Down

0 comments on commit 22751e8

Please sign in to comment.