diff options
| author | Werner Koch <[email protected]> | 2006-09-14 16:50:33 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-09-14 16:50:33 +0000 |
| commit | 03d3322e5fb928d48ea4192fd2f2cc851d791421 (patch) | |
| tree | 768acc2e54f6e4abcc405e665bf058aa1556d3f5 /configure.ac | |
| parent | Various fixes and new features. (diff) | |
| download | gnupg-03d3322e5fb928d48ea4192fd2f2cc851d791421.tar.gz gnupg-03d3322e5fb928d48ea4192fd2f2cc851d791421.zip | |
Take advantage of newer gpg-error features.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index bcce906e1..fe2b28076 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ use_exec=yes disable_keyserver_path=no -GNUPG_BUILD_PROGRAM(gpg, no) +GNUPG_BUILD_PROGRAM(gpg, yes) GNUPG_BUILD_PROGRAM(gpgsm, yes) GNUPG_BUILD_PROGRAM(agent, yes) GNUPG_BUILD_PROGRAM(scdaemon, yes) @@ -946,11 +946,6 @@ if test "$ac_cv_sizeof_unsigned_short" = "0" \ AC_MSG_WARN([Hmmm, something is wrong with the sizes - using defaults]); fi -# -# fixme: do we really need this - it should be encapsulated in libassuan -# -GNUPG_SYS_SO_PEERCRED - # # Checks for library functions. |
