Skip to content

Fix a typo in the arguments help #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix a typo in the arguments help
Just noticed this when skimming through the code.
  • Loading branch information
anthonyryan1 committed Sep 28, 2014
commit 7270cf3032f0f816ab60f42e9d657f01bc874fea
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support,
PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support,
[ --enable-memcached-protocol Enable memcached protocoll support], no, no)

PHP_ARG_WITH(system-fastlz, wheter to use system FastLZ bibrary,
PHP_ARG_WITH(system-fastlz, whether to use system FastLZ bibrary,
[ --with-system-fastlz Use system FastLZ bibrary], no, no)

if test -z "$PHP_ZLIB_DIR"; then
Expand Down