From c0c7c3f106f53228afa33ba7854a15d7aedb867b Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 26 Jun 2018 17:57:07 +0900 Subject: xrdp: unify inconsistent mixed use of * configure params * configure options * configure string --- xrdp/xrdp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xrdp/xrdp.c') diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c index fec1385a..d2643e98 100644 --- a/xrdp/xrdp.c +++ b/xrdp/xrdp.c @@ -24,7 +24,7 @@ #include "xrdp.h" #include "log.h" -#include "configure_params.h" +#include "xrdp_configure_options.h" #if !defined(PACKAGE_VERSION) #define PACKAGE_VERSION "???" @@ -57,9 +57,9 @@ print_version(void) g_writeln(" See https://github.com/neutrinolabs/xrdp for more information."); g_writeln("%s", ""); -#if defined(CONFIGURE_STRING) +#if defined(XRDP_CONFIGURE_OPTIONS) g_writeln(" Configure options:"); - g_writeln("%s", CONFIGURE_STRING); + g_writeln("%s", XRDP_CONFIGURE_OPTIONS); #endif g_writeln(" Compiled with %s", get_openssl_version()); -- cgit v1.2.3