diff options
author | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-03-22 13:46:05 +0100 |
commit | e64038608be28c14ed72b0372529762953de898f (patch) | |
tree | 3847da576d4f2e6c542ce6737179a11afcc1a487 /configure.ac | |
parent | Builds again for W32. (diff) | |
download | gnupg2-e64038608be28c14ed72b0372529762953de898f.tar.xz gnupg2-e64038608be28c14ed72b0372529762953de898f.zip |
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 982a5923e..4ef658223 100644 --- a/configure.ac +++ b/configure.ac @@ -484,7 +484,7 @@ GNUPG_CHECK_USTAR # We need to compile and run a program on the build machine. A # comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in -# the AC archive is broken for autoconf 2.57. Given that tehre is no +# the AC archive is broken for autoconf 2.57. Given that there is no # newer version of that macro, we assume that it is also broken for # autoconf 2.61 and thus we use a simple but usually sufficient # approach. |