diff options
| author | Werner Koch <[email protected]> | 2004-04-20 14:16:44 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2004-04-20 14:16:44 +0000 |
| commit | 74b7ca69f946366ddf97df955904c7e7d7c724cf (patch) | |
| tree | 1046f7febb76d2f13c802d554121e64fea6551dc /configure.ac | |
| parent | * configure.ac: Remove the fopencookie test. We don't need the (diff) | |
| download | gnupg-74b7ca69f946366ddf97df955904c7e7d7c724cf.tar.gz gnupg-74b7ca69f946366ddf97df955904c7e7d7c724cf.zip | |
Remove the fopencookie test. We don't need the
dummy function because we conditionally use fopencookie,
fpencookie or a replacement at place.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc296af43..1a3a450c7 100644 --- a/configure.ac +++ b/configure.ac @@ -764,7 +764,6 @@ AC_CHECK_FUNCS(getrusage setrlimit stat setlocale) AC_CHECK_FUNCS(flockfile funlockfile fopencookie funopen) AC_REPLACE_FUNCS(vasprintf) -AC_REPLACE_FUNCS(fopencookie) AC_REPLACE_FUNCS(mkdtemp) AC_REPLACE_FUNCS(fseeko ftello) AC_REPLACE_FUNCS(isascii) |
