--- parser3/configure 2020/12/07 16:45:15 1.201 +++ parser3/configure 2020/12/07 20:56:53 1.205 @@ -806,8 +806,7 @@ with_coverage with_profiler with_assertions with_sjlj_exceptions -with_system_config -with_system_log +with_system_cfg enable_safe_mode enable_execs enable_stringstream @@ -1503,7 +1502,6 @@ Optional Packages: --with-assertions to enable assertions --with-sjlj-exceptions to enable simple 'throw' from dynamic library --with-system-cfg=FILE to specify system-wide auto.p - --with-system-log=FILE to specify system-wide parser3.log --with-gc=DIR DIR is the directory where Boehm garbage collecting library is installed --with-pcre=DIR DIR is the directory where @@ -4967,21 +4965,12 @@ fi -# Check whether --with-system-config was given. -if test "${with_system_config+set}" = set; then : - withval=$with_system_config; -$as_echo "#define SYSTEM_CONFIG_FILE \$withval" >>confdefs.h - - -fi - - - - -# Check whether --with-system-log was given. -if test "${with_system_log+set}" = set; then : - withval=$with_system_log; -$as_echo "#define SYSTEM_LOG_FILE \$withval" >>confdefs.h +# Check whether --with-system-cfg was given. +if test "${with_system_cfg+set}" = set; then : + withval=$with_system_cfg; +cat >>confdefs.h <<_ACEOF +#define SYSTEM_CONFIG_FILE "$withval" +_ACEOF fi