mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +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_MSG_CHECKING([byteorder])
|
||||||
AC_TRY_RUN([
|
AC_TRY_RUN([
|
||||||
|
#include <stdlib.h>
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
union { int i; char c[sizeof(int)]; } v;
|
union { int i; char c[sizeof(int)]; } v;
|
||||||
|
|||||||
Reference in New Issue
Block a user