SF.net SVN: geany-plugins:[2060] trunk/geany-plugins/build/geanypg.m4

eht16 at users.sourceforge.net eht16 at xxxxx
Tue May 3 18:21:00 UTC 2011


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.



More information about the Plugins-Commits mailing list