summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-04-04 12:43:14 -0400
committermonsta <[email protected]>2019-07-09 17:11:18 +0300
commit2de5178c4a49b65f8f3570562084abd9417cac15 (patch)
tree5a11600d6078456ab6bdf2fc999bf3d636e5315b
parentf68ef490b2e30af6f0aa72e01c4a5334bb912bb8 (diff)
downloadmate-user-share-2de5178c4a49b65f8f3570562084abd9417cac15.tar.bz2
mate-user-share-2de5178c4a49b65f8f3570562084abd9417cac15.tar.xz
Fix HTTPD config notice
-rw-r--r--configure.ac4
1 files 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])