mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
search for alloca also in malloc.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14664 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7f3df9dfcd
commit
ee07d30cbf
@ -68,6 +68,7 @@ check_function_exists(getgid HAVE_GETGID)
|
||||
check_function_exists(getuid HAVE_GETUID)
|
||||
check_function_exists(wcslen HAVE_WCSLEN)
|
||||
|
||||
check_symbol_exists(alloca "malloc.h" HAVE_SYMBOL_ALLOCA)
|
||||
check_symbol_exists(asprintf "stdio.h" HAVE_ASPRINTF)
|
||||
check_symbol_exists(wprintf "stdio.h" HAVE_WPRINTF)
|
||||
check_symbol_exists(snprintf "stdio.h" HAVE_SNPRINTF)
|
||||
|
@ -63,7 +63,6 @@
|
||||
#cmakedefine HAVE_STRCASECMP 1
|
||||
#cmakedefine HAVE_STRDUP 1
|
||||
#cmakedefine HAVE_STRTOUL 1
|
||||
#cmakedefine HAVE_ALLOCA 1
|
||||
#cmakedefine HAVE___FSETLOCKING 1
|
||||
#cmakedefine HAVE_MEMPCPY 1
|
||||
#cmakedefine HAVE___ARGZ_COUNT 1
|
||||
@ -85,6 +84,12 @@
|
||||
#cmakedefine HAVE_SSTREAM 1
|
||||
#cmakedefine HAVE_ARGZ_H 1
|
||||
|
||||
#cmakedefine HAVE_ALLOCA 1
|
||||
#cmakedefine HAVE_SYMBOL_ALLOCA 1
|
||||
#if defined(HAVE_SYMBOL_ALLOCA) && !defined(HAVE_ALLOCA)
|
||||
#define HAVE_ALLOCA
|
||||
#endif
|
||||
|
||||
#cmakedefine HAVE_ASPELL_ASPELL_H 1
|
||||
#cmakedefine HAVE_ASPELL_H 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user