SF.net SVN: geany-plugins:[868] trunk/geany-plugins/build/geanygdb.m4

hyperair at users.sourceforge.net hyperair at xxxxx
Sat Jul 25 20:08:39 UTC 2009


Revision: 868
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=868&view=rev
Author:   hyperair
Date:     2009-07-25 20:08:38 +0000 (Sat, 25 Jul 2009)

Log Message:
-----------
Add checks for elf.h and elf_abi.h in autotools

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

Modified: trunk/geany-plugins/build/geanygdb.m4
===================================================================
--- trunk/geany-plugins/build/geanygdb.m4	2009-07-25 19:51:02 UTC (rev 867)
+++ trunk/geany-plugins/build/geanygdb.m4	2009-07-25 20:08:38 UTC (rev 868)
@@ -1,6 +1,8 @@
 AC_DEFUN([GP_CHECK_GEANYGDB],
 [
     GP_STATUS_PLUGIN_ADD([GeanyGDB], [yes])
+    AC_CHECK_HEADERS([elf.h])
+    AC_CHECK_HEADERS([elf_abi.h])
     AC_CONFIG_FILES([
         geanygdb/Makefile
         geanygdb/src/Makefile


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