]> skyeroc.xyz Git - dgamelaunch/commitdiff
s/withval/configfile/
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 17:58:35 +0000 (17:58 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 17:58:35 +0000 (17:58 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@302 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

configure.ac

index ae521ebd746ad483ee25b483a32e23a10d1fca91..dfeb6e1933106cdffb41b42dab4f167fb3604927 100644 (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