mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
Fix implicit declaration of exit() during configure script
This commit is contained in:
@@ -98,6 +98,7 @@ fi
|
||||
|
||||
AC_MSG_CHECKING([byteorder])
|
||||
AC_TRY_RUN([
|
||||
#include <stdlib.h>
|
||||
int main()
|
||||
{
|
||||
union { int i; char c[sizeof(int)]; } v;
|
||||
|
||||
Reference in New Issue
Block a user