Fix a typo in configure.ac.

'test' had been misspelled 'text', and the error had propagated to all
seven games.
This commit is contained in:
John "Elwin" Edwards 2015-06-04 14:48:25 -04:00
parent d3c281122c
commit 321e437f47
7 changed files with 7 additions and 7 deletions

View file

@ -101,7 +101,7 @@ AC_MSG_CHECKING([for save directory])
if test "x$enable_savedir" = "xno" ; then
SAVEDIR=
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
if text "x$GROUPOWNER" != "x"; then
if test "x$GROUPOWNER" != "x"; then
SAVEDIR="/var/local/games/roguelike/${progname}save/"
else
SAVEDIR="$progname/"