[balsa/gtk3] Detect _FILE_OFFSET_BITS in configure.ac
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Detect _FILE_OFFSET_BITS in configure.ac
- Date: Thu, 25 Apr 2013 22:41:52 +0000 (UTC)
commit 1788d7d79f479a2e5e4fdd95d992dd07ee81e4b1
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Thu Apr 25 18:22:29 2013 -0400
Detect _FILE_OFFSET_BITS in configure.ac
* configure.ac: detect _FILE_OFFSET_BITS in configure.ac;
pancake, https://github.com/xtraeme/xbps-packages/commit/
a06181186ef559d84c120e3e9a3a557d4e4914dc.
ChangeLog | 6 ++++++
configure.ac | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4f93294..1bc631a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-25 Peter Bloomfield
+
+ * configure.ac: detect _FILE_OFFSET_BITS in configure.ac;
+ pancake, https://github.com/xtraeme/xbps-packages/commit/
+ a06181186ef559d84c120e3e9a3a557d4e4914dc.
+
2013-04-23 Peter Bloomfield
* src/main-window.c: build with glib < 2.32.
diff --git a/configure.ac b/configure.ac
index 1576723..bcedfb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_DEFINE_UNQUOTED(BALSA_VERSION, "AC_PACKAGE_VERSION",[Defines the Balsa version])
+AC_SYS_LARGEFILE
+
dnl #####################################################################
dnl 2. Options
dnl #####################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]