aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-20 14:16:44 +0000
committerWerner Koch <[email protected]>2004-04-20 14:16:44 +0000
commit74b7ca69f946366ddf97df955904c7e7d7c724cf (patch)
tree1046f7febb76d2f13c802d554121e64fea6551dc
parent* configure.ac: Remove the fopencookie test. We don't need the (diff)
downloadgnupg-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.
-rw-r--r--configure.ac1
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)