mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
remove strsignal() requirement
This commit is contained in:
parent
1110d0c1f1
commit
1fb33145b0
@ -57,7 +57,6 @@ option(WOOF_STRICT "Prefer original MBF code paths over demo compatiblity with P
|
||||
# Compiler environment requirements.
|
||||
check_library_exists(m pow "" HAVE_LIBM)
|
||||
check_include_file("dirent.h" HAVE_DIRENT_H)
|
||||
check_symbol_exists(strsignal "string.h" HAVE_STRSIGNAL)
|
||||
check_symbol_exists(strcasecmp "strings.h" HAVE_DECL_STRCASECMP)
|
||||
check_symbol_exists(strncasecmp "strings.h" HAVE_DECL_STRNCASECMP)
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
#cmakedefine PROJECT_SHORTNAME "@PROJECT_SHORTNAME@"
|
||||
#cmakedefine HAVE_LIBM
|
||||
#cmakedefine HAVE_DIRENT_H
|
||||
#cmakedefine HAVE_STRSIGNAL
|
||||
#cmakedefine01 HAVE_DECL_STRCASECMP
|
||||
#cmakedefine01 HAVE_DECL_STRNCASECMP
|
||||
#cmakedefine HAVE_FLUIDSYNTH
|
||||
|
Loading…
x
Reference in New Issue
Block a user