mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
Configure: Added check for compiler attribute 'noreturn'
This attribute for functions was not standard until recently, so there are a few different possible syntax. With this patch, the configure script will search for the proper syntax, and define what is needed to have the attribute compile correctly. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
3c2fc82b6e
commit
34089d7661
@@ -247,6 +247,7 @@ dnl ==============================================================
|
||||
AC_DECL_SYS_SIGLIST
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
WM_C_NORETURN
|
||||
AC_TYPE_SIZE_T
|
||||
AC_TYPE_PID_T
|
||||
AC_TYPE_SIGNAL
|
||||
|
||||
Reference in New Issue
Block a user