diff arogue5/configure.ac @ 157:5238b835d661

Fix a typo in configure.ac. 'test' had been misspelled 'text', and the error had propagated to all seven games.
author John "Elwin" Edwards
date Thu, 04 Jun 2015 14:48:25 -0400
parents 65f3da34578a
children c222f9d56776
line wrap: on
line diff
--- a/arogue5/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/arogue5/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -101,7 +101,7 @@
 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/"