From 5e6404a23a4d4ca4117a17db0277009e9c301f77 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 4 Apr 2019 12:43:14 -0400 Subject: Fix HTTPD config notice --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8669282..91cd507 100644 --- a/configure.ac +++ b/configure.ac @@ -193,7 +193,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then else AC_MSG_RESULT(no) fi - + AC_CONFIG_FILES([ Makefile data/Makefile @@ -221,7 +221,7 @@ else fi AC_MSG_NOTICE([mate-user-share was configured with the following options:]) -AC_MSG_NOTICE([** httpd location: $HTTP]) +AC_MSG_NOTICE([** httpd location: $HTTPD]) AC_MSG_NOTICE([** httpd modules path: $MODULES_PATH]) AC_MSG_NOTICE([** caja extension path: $ac_with_cajadir]) -- cgit v1.2.1