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