[Xfce4-commits] <thunar-vcs-plugin:master> Display a warning if no vcs is found by configure

Peter de Ridder noreply at xfce.org
Sun Mar 20 18:26:02 CET 2011


Updating branch refs/heads/master
         to ffa35611ae93a91b502c62dfea05bb1001c36b69 (commit)
       from 9fb0b8c6829304ae579539649f7d5bf2a005d01f (commit)

commit ffa35611ae93a91b502c62dfea05bb1001c36b69
Author: Peter de Ridder <peter at xfce.org>
Date:   Sun Mar 20 18:24:05 2011 +0100

    Display a warning if no vcs is found by configure

 configure.ac.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index bf84564..151cad9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -174,4 +174,8 @@ echo "* Git support:                        yes"
 else
 echo "* Git support:                        no"
 fi
+if test x"$found_subversion" != x"yes" -a x"$found_git" != x"yes"; then
+echo
+echo "WARNING: Both subversion and git are disabled. This is probably not intended."
+fi
 echo



More information about the Xfce4-commits mailing list