SF.net SVN: geany: [2277] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Feb 24 10:20:41 UTC 2008


Revision: 2277
          http://geany.svn.sourceforge.net/geany/?rev=2277&view=rev
Author:   eht16
Date:     2008-02-24 02:20:30 -0800 (Sun, 24 Feb 2008)

Log Message:
-----------
Apply patch Yura Siamashka to add a check for the presence of fnmatch(), thanks.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-24 10:18:36 UTC (rev 2276)
+++ trunk/ChangeLog	2008-02-24 10:20:30 UTC (rev 2277)
@@ -2,6 +2,9 @@
 
  * tagmanager/options.c, src/symbols.c, src/symbols.h:
    Define c_tags_ignore in options.c (tagmanager) instead of symbols.c.
+ * configure.in:
+   Apply patch Yura Siamashka to add a check for the presence of
+   fnmatch(), thanks.
 
 
 2008-02-22  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2008-02-24 10:18:36 UTC (rev 2276)
+++ trunk/configure.in	2008-02-24 10:20:30 UTC (rev 2277)
@@ -135,6 +135,9 @@
 
 case "${host}" in
     *mingw*)
+	AC_CHECK_LIB(iberty, fnmatch, [], [
+		AC_MSG_ERROR([fnmatch dosn't present in libiberty. You need to update it, read http://geany.uvena.de/Support/CrossCompile for details.])
+		])
 	AC_DEFINE_UNQUOTED([WIN32], 1, [we are cross compiling for WIN32])
 	want_vte="no"
 	want_socket="no"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list