Revision: 2061
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2061&view=rev
Author: eht16
Date: 2011-05-03 18:21:36 +0000 (Tue, 03 May 2011)
Log Message:
-----------
add check for large file support which is necessary for GPGME on 32bit systems
Modified Paths:
--------------
trunk/geany-plugins/geanypg/wscript_configure
Modified: trunk/geany-plugins/geanypg/wscript_configure
===================================================================
--- trunk/geany-plugins/geanypg/wscript_configure 2011-05-03 18:20:59 UTC (rev 2060)
+++ trunk/geany-plugins/geanypg/wscript_configure 2011-05-03 18:21:36 UTC (rev 2061)
@@ -22,3 +22,5 @@
conf.check_cfg(path='gpgme-config', args='--cflags --libs', package='', uselib_store='GPGME')
+# necessary for gpgme
+conf.check_large_file()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2060
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2060&view=rev
Author: eht16
Date: 2011-05-03 18:20:59 +0000 (Tue, 03 May 2011)
Log Message:
-----------
add check for large file support which is necessary for GPGME on 32bit systems
Modified Paths:
--------------
trunk/geany-plugins/build/geanypg.m4
Modified: trunk/geany-plugins/build/geanypg.m4
===================================================================
--- trunk/geany-plugins/build/geanypg.m4 2011-04-25 22:22:33 UTC (rev 2059)
+++ trunk/geany-plugins/build/geanypg.m4 2011-05-03 18:20:59 UTC (rev 2060)
@@ -10,6 +10,8 @@
fi
AM_CONDITIONAL(ENABLE_GEANYPG, test "$enable_geanypg" = "yes")
+ # necessary for gpgme
+ AC_SYS_LARGEFILE
GP_STATUS_PLUGIN_ADD([GeanyPG], [$enable_geanypg])
AC_CONFIG_FILES([
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.