Fix --enable-universalsdk and its comment line so that zsh's flag completion

works.

Thanks to Jeroen Ruigrok van der Werven for the fix.
This commit is contained in:
Brett Cannon 2008-02-13 19:15:44 +00:00
parent 57bd60b465
commit 91a1dec492
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ AC_SUBST(CONFIG_ARGS)
CONFIG_ARGS="$ac_configure_args"
AC_ARG_ENABLE(universalsdk,
AC_HELP_STRING(--enable-universalsdk@<:@SDKDIR@:>@, Build against Mac OS X 10.4u SDK (ppc/i386)),
AC_HELP_STRING(--enable-universalsdk@<:@=SDKDIR@:>@, Build against Mac OS X 10.4u SDK (ppc/i386)),
[
case $enableval in
yes)