2005-07-13 [paul] 1.9.12cvs45
authorPaul Mangan <paul@claws-mail.org>
Wed, 13 Jul 2005 08:46:09 +0000 (08:46 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 13 Jul 2005 08:46:09 +0000 (08:46 +0000)
* configure.ac
remove large file support (for now):
it breaks too many things

ChangeLog-gtk2.claws
PATCHSETS
configure.ac

index f1f31a8a8f280fa3c4ca70281b773934bb3a3d8c..ce31c4efd2b5968443ffde5722c309bd2c480697 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-13 [paul]      1.9.12cvs45
+
+       * configure.ac
+               remove large file support (for now):
+               it breaks too many things
+
 2005-07-13 [paul]      1.9.12cvs44
 
        * configure.ac
index e1c3f37bc1c4b9511b016245fbd55d246cc1fee2..97b0483312ea631e9c8e8c44346d0b2aaf590835 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/plugins/pgpmime/sgpgme.c;  ) > 1.9.12cvs42.patchset
 ( cvs diff -u -r 1.5.2.16 -r 1.5.2.17 src/gtk/pluginwindow.c;  ) > 1.9.12cvs43.patchset
 ( cvs diff -u -r 1.654.2.678 -r 1.654.2.679 configure.ac;  cvs diff -u -r 1.12.2.7 -r 1.12.2.8 src/html.c;  ) > 1.9.12cvs44.patchset
+( cvs diff -u -r 1.654.2.679 -r 1.654.2.680 configure.ac;  ) > 1.9.12cvs45.patchset
index ce0ec5d8c0930afd069eba14d57df0473f76f9f1..74d1649d279d9b0e0a73aa155f3e597c368030db 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=44
+EXTRA_VERSION=45
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
@@ -237,9 +237,6 @@ AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 AC_STRUCT_TM
 
-AC_SYS_LARGEFILE
-AC_FUNC_FSEEKO
-
 dnl AC_CHECK_TYPE(wint_t, unsigned int) does not work because wint_t
 dnl may be defined only in wchar.h (this happens with gcc-2.96).
 dnl So we need to use this extended macro.