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.