mirror of https://github.com/snes9xgit/snes9x.git
Fix with_system_zip variable name.
This commit is contained in:
parent
595a19c3d5
commit
d5eeda8bbc
|
@ -139,7 +139,7 @@ AC_ARG_WITH(system-zip,
|
||||||
[AS_HELP_STRING([--with(out)-system-zip],
|
[AS_HELP_STRING([--with(out)-system-zip],
|
||||||
[Use system zip])],
|
[Use system zip])],
|
||||||
[],
|
[],
|
||||||
[system_zip=check])
|
[with_system_zip=check])
|
||||||
|
|
||||||
AC_ARG_WITH(screenshot,
|
AC_ARG_WITH(screenshot,
|
||||||
[AS_HELP_STRING([--with(out)-screenshot],
|
[AS_HELP_STRING([--with(out)-screenshot],
|
||||||
|
|
Loading…
Reference in New Issue