From: Joshua Kwan Date: Fri, 18 Jun 2004 17:58:35 +0000 (+0000) Subject: s/withval/configfile/ X-Git-Tag: v1.6.1-roc-dev~402 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=c38b91b5573f7459e7fd2811ab1a741eed577f5a;p=dgamelaunch s/withval/configfile/ git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@302 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/configure.ac b/configure.ac index ae521eb..dfeb6e1 100644 --- a/configure.ac +++ b/configure.ac @@ -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