diff options
author | Victor Kareh <[email protected]> | 2019-04-04 12:43:14 -0400 |
---|---|---|
committer | monsta <[email protected]> | 2019-07-09 17:11:18 +0300 |
commit | 2de5178c4a49b65f8f3570562084abd9417cac15 (patch) | |
tree | 5a11600d6078456ab6bdf2fc999bf3d636e5315b | |
parent | f68ef490b2e30af6f0aa72e01c4a5334bb912bb8 (diff) | |
download | mate-user-share-2de5178c4a49b65f8f3570562084abd9417cac15.tar.bz2 mate-user-share-2de5178c4a49b65f8f3570562084abd9417cac15.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]) |