From a5c4b030258714dd72a2e276114183309cad3ec3 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 20 Nov 2020 10:09:06 +0100 Subject: Revert "cpp: Use portable off_t size_t" This reverts commit 88294023c196497cfa6737be262c8b0c09d2a3ce. -- This commit was too early and i needed to test more this is breaking more then it helps so for now revert it before we can do a proper solution. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d593b04c..2c3917a9 100644 --- a/configure.ac +++ b/configure.ac @@ -902,8 +902,7 @@ AC_CONFIG_FILES(Makefile src/Makefile src/versioninfo.rc src/gpgme.pc src/gpgme-glib.pc - src/gpgme.h - lang/cpp/src/data.h) + src/gpgme.h) AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) AC_CONFIG_FILES(lang/cpp/Makefile lang/cpp/src/Makefile) AC_CONFIG_FILES(lang/cpp/tests/Makefile) -- cgit v1.2.3