fixed a typo

This commit is contained in:
Jon Daniel 2005-03-23 19:37:58 +00:00
parent 92c94de23e
commit 85619d12ba

View file

@ -134,7 +134,7 @@ AC_ARG_ENABLE([server],
AC_ARG_WITH([fifodir],
AS_HELP_STRING([--with-fifodir], [directory for the wesnothd fifo socket file]),
[fifodir=$withval],
[fifodir=$localstatedir/run/wesnotd])
[fifodir=$localstatedir/run/wesnothd])
AC_SUBST([fifodir])
AC_ARG_WITH([server-uid],