Revision: 1950 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1950&view=re... Author: hyperair Date: 2011-03-06 17:52:35 +0000 (Sun, 06 Mar 2011)
Log Message: ----------- Add ENABLE_GEANYPG AM_CONDITIONAL
This is necessary due to GPGME having its own macro rather than using pkg-config
Modified Paths: -------------- trunk/geany-plugins/build/geanypg.m4
Modified: trunk/geany-plugins/build/geanypg.m4 =================================================================== --- trunk/geany-plugins/build/geanypg.m4 2011-03-06 17:52:07 UTC (rev 1949) +++ trunk/geany-plugins/build/geanypg.m4 2011-03-06 17:52:35 UTC (rev 1950) @@ -7,6 +7,8 @@ AM_PATH_GPGME fi
+ AM_CONDITIONAL(ENABLE_GEANYPG, test "$enable_geanypg" = "yes") + GP_STATUS_PLUGIN_ADD([GeanyPG], [$enable_geanypg]) AC_CONFIG_FILES([ geanypg/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.