s/withval/configfile/
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@302 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
8e89cf0e65
commit
c38b91b557
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue