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:
parent
bcfd7746e1
commit
2293017f6b
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
* tagmanager/options.c, src/symbols.c, src/symbols.h:
|
* tagmanager/options.c, src/symbols.c, src/symbols.h:
|
||||||
Define c_tags_ignore in options.c (tagmanager) instead of symbols.c.
|
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>
|
2008-02-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||||
|
@ -135,6 +135,9 @@ fi
|
|||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*mingw*)
|
*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])
|
AC_DEFINE_UNQUOTED([WIN32], 1, [we are cross compiling for WIN32])
|
||||||
want_vte="no"
|
want_vte="no"
|
||||||
want_socket="no"
|
want_socket="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user