diff options
author | Andre Heinecke <[email protected]> | 2020-11-20 09:09:06 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2020-11-20 09:10:32 +0000 |
commit | a5c4b030258714dd72a2e276114183309cad3ec3 (patch) | |
tree | 026cccea8d61f680c4f4905dade205cde0bee691 /configure.ac | |
parent | m4: Update with newer autoconf constructs. (diff) | |
download | gpgme-a5c4b030258714dd72a2e276114183309cad3ec3.tar.gz gpgme-a5c4b030258714dd72a2e276114183309cad3ec3.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
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) |