/[cvs]/ccvs/configure.in
ViewVC logotype

Diff of /ccvs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.362.4.1 by dprice, Thu Oct 20 21:33:07 2005 UTC revision 1.362.4.2 by dprice, Fri Oct 28 15:56:53 2005 UTC
# Line 104  fi Line 104  fi
104  # For src/gpg.c  # For src/gpg.c
105  AC_PATH_PROG(GPG, gpg, gpg)  AC_PATH_PROG(GPG, gpg, gpg)
106  if test x"$GPG" != xgpg; then  if test x"$GPG" != xgpg; then
107      # The GPG on at least one of my FreeBSD 4.11 test systems fails to run
108      # because libintl is missing.
109      if $GPG --version >/dev/null 2>&1; then :; else
110        # GPG is broken.  Pretend it isn't there.
111        AC_MSG_WARN([GPG is installed as \`$GPG', but is broken.  Ignoring it.])
112        GPG=gpg
113      fi
114    fi
115    if test x"$GPG" != xgpg; then
116    AC_DEFINE([HAVE_OPENPGP], [1],    AC_DEFINE([HAVE_OPENPGP], [1],
117              [Define if an OpenPGP capable program is available (and, assumedly,              [Define if an OpenPGP capable program is available (and, assumedly,
118               usable command line templates are in the DEFAULT_SIGN_TEMPLATE and               usable command line templates are in the DEFAULT_SIGN_TEMPLATE and

Legend:
Removed from v.1.362.4.1  
changed lines
  Added in v.1.362.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26