SF.net SVN: geany-plugins:[2176] trunk/geany-plugins/build/devhelp.m4

colombanw at users.sourceforge.net colombanw at xxxxx
Sat Aug 27 20:43:56 UTC 2011


Revision: 2176
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2176&view=rev
Author:   colombanw
Date:     2011-08-27 20:43:56 +0000 (Sat, 27 Aug 2011)
Log Message:
-----------
DevHelp: properly define HAVE_BOOK_MANAGER when using libdevhelp2 (oops)

Modified Paths:
--------------
    trunk/geany-plugins/build/devhelp.m4

Modified: trunk/geany-plugins/build/devhelp.m4
===================================================================
--- trunk/geany-plugins/build/devhelp.m4	2011-08-27 20:22:03 UTC (rev 2175)
+++ trunk/geany-plugins/build/devhelp.m4	2011-08-27 20:43:56 UTC (rev 2176)
@@ -13,7 +13,7 @@
     libdevhelp_version=${DEVHELP2_VERSION}
     AS_IF([test "x$enable_devhelp" != "xno"],
           [PKG_CHECK_EXISTS([${libdevhelp_pkg} >= ${libdevhelp_version}],
-                            [],
+                            [AC_DEFINE([HAVE_BOOK_MANAGER], [1], [Use libdevhelp-2.0])],
                             [libdevhelp_pkg=libdevhelp-1.0
                              libdevhelp_version=${DEVHELP1_VERSION}])])
 

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