Revision: 2060 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2060&view=re... 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.
plugins-commits@lists.geany.org