cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/configure [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/configure [signed-commits2]
Date: Fri, 28 Oct 2005 11:56:55 -0400

Index: ccvs/configure
diff -u ccvs/configure:1.428.2.2 ccvs/configure:1.428.2.3
--- ccvs/configure:1.428.2.2    Fri Oct 28 02:35:39 2005
+++ ccvs/configure      Fri Oct 28 15:56:50 2005
@@ -5655,6 +5655,16 @@
 fi
 
 if test x"$GPG" != xgpg; then
+  # The GPG on at least one of my FreeBSD 4.11 test systems fails to run
+  # because libintl is missing.
+  if $GPG --version >/dev/null 2>&1; then :; else
+    # GPG is broken.  Pretend it isn't there.
+    { echo "$as_me:$LINENO: WARNING: GPG is installed as \`$GPG', but is 
broken.  Ignoring it." >&5
+echo "$as_me: WARNING: GPG is installed as \`$GPG', but is broken.  Ignoring 
it." >&2;}
+    GPG=gpg
+  fi
+fi
+if test x"$GPG" != xgpg; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_OPENPGP 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]