diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 493cb296e..bd30b7d49 100755 --- a/configure.ac +++ b/configure.ac @@ -188,14 +188,14 @@ fi AM_CONDITIONAL(ENABLE_DYECMD, test "x$with_dyecmd" = xyes) -# Option to enable ManaPlus game -AC_ARG_WITH(manaplusgame,[ --without-manaplusgame don't build ManaPlus game ] ) -if test "x$with_manaplusgame" = "xno"; then - with_manaplusgame=no +# Option to enable ManaVerse game +AC_ARG_WITH(manaversegame,[ --without-manaversegame don't build ManaVerse game client ] ) +if test "x$with_manaversegame" = "xno"; then + with_manaversegame=no else - with_manaplusgame=yes + with_manaversegame=yes fi -AM_CONDITIONAL(ENABLE_MANAPLUSGAME, test "x$with_manaplusgame" = xyes) +AM_CONDITIONAL(ENABLE_MANAVERSEGAME, test "x$with_manaversegame" = xyes) # Enable nacl build AC_ARG_ENABLE(naclbuild, @@ -940,8 +940,8 @@ AC_CONFIG_FILES([data/tmw/tmw], [chmod +x data/tmw/tmw]) AC_OUTPUT echo -if test "x$with_manaplusgame" = "xyes"; then - echo "Enabled building manaplus game." +if test "x$with_manaversegame" = "xyes"; then + echo "Enabled building manaverse game client." fi if test "x$with_dyecmd" = "xyes"; then echo "Enabled building dyecmd tool." |