diff options
author | Victor Kareh <[email protected]> | 2019-04-04 12:43:14 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 13:44:22 +0200 |
commit | 5e6404a23a4d4ca4117a17db0277009e9c301f77 (patch) | |
tree | c547cbad642086ba2ed82d5d64253dc3bb9a1606 | |
parent | 04e7e3e3ddc1e396b0ba46d626719aab645a7eb9 (diff) | |
download | mate-user-share-5e6404a23a4d4ca4117a17db0277009e9c301f77.tar.bz2 mate-user-share-5e6404a23a4d4ca4117a17db0277009e9c301f77.tar.xz |
Fix HTTPD config notice
-rw-r--r-- | configure.ac | 4 |
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]) |