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

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2277 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-02-24 10:20:30 +00:00
parent bcfd7746e1
commit 2293017f6b
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -135,6 +135,9 @@ fi
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"