diff options
author | Monsta <[email protected]> | 2015-09-08 17:07:14 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-08 17:07:14 +0300 |
commit | 1d22e70e9aa963f762391ca1eacfcbf16bb4375e (patch) | |
tree | 9acaa6921e58b65410fd56f9773f450f039c7b8f | |
parent | 5487116f2f65631346038d7192e2d9e7297d0bfa (diff) | |
download | mate-user-share-1d22e70e9aa963f762391ca1eacfcbf16bb4375e.tar.bz2 mate-user-share-1d22e70e9aa963f762391ca1eacfcbf16bb4375e.tar.xz |
configure.ac: indicate that we support apache >= 2.2, not just 2.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e4df717..457dfd0 100644 --- a/configure.ac +++ b/configure.ac @@ -250,5 +250,5 @@ AC_MSG_NOTICE([** caja extension path: $ac_with_cajadir]) AC_MSG_NOTICE([** GTK version: $GTK_API_VERSION]) echo " -Do note Apache 2.2 and mod_dnssd 0.6 are required to use mate-user-share. +Do note Apache >= 2.2 and mod_dnssd 0.6 are required to use mate-user-share. " |