s/withval/configfile/

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@302 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-18 17:58:35 +00:00
parent 8e89cf0e65
commit c38b91b557
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ AC_ARG_WITH(config-file,
[AS_HELP_STRING([--with-config-file=PATH], [Define the path to the default configuration file.])]
[configfile=$withval], [configfile=/etc/dgamelaunch.conf])
AC_DEFINE_UNQUOTED(DEFCONFIG, "$withval", [Path to the default config file.])
AC_DEFINE_UNQUOTED(DEFCONFIG, "$configfile", [Path to the default config file.])
AC_CONFIG_FILES(Makefile)
AC_OUTPUT