cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/src/sign.c [signed-commits]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sign.c [signed-commits]
Date: Sun, 16 Oct 2005 16:47:58 -0400

Index: ccvs/src/sign.c
diff -u ccvs/src/sign.c:1.1.2.3 ccvs/src/sign.c:1.1.2.4
--- ccvs/src/sign.c:1.1.2.3     Sun Oct 16 20:45:19 2005
+++ ccvs/src/sign.c     Sun Oct 16 20:47:56 2005
@@ -52,10 +52,11 @@
  * Globals set via the command line parser in main.c.
  */
 
-/* If a GPG-like program couldn't be found at compile time, default the sign
- * state to off, otherwise, depend on the server support.
+/* If a program capable of generating OpenPGP signatures couldn't be found at
+ * configure time, default the sign state to off, otherwise, depend on the
+ * server support.
  */
-#ifdef GPG_PROGRAM
+#ifdef HAVE_OPENPGP
 static sign_state sign_commits = SIGN_DEFAULT;
 #else
 static sign_state sign_commits = SIGN_NEVER;




reply via email to

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