Set _XOPEN_SOURCE to 600 for silencing gcc on GNU/Linux.
This commit is contained in:
parent
0d1000e859
commit
7f87a0180d
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ if test $ac_cv_header_endian_h = "no" -a $ac_cv_header_sys_endian_h = "no"; then
|
||||||
AC_MSG_ERROR(["Can't locate header endian.h."]);
|
AC_MSG_ERROR(["Can't locate header endian.h."]);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_DEFINE([_XOPEN_SOURCE], [600], [Define to 500 if Single Unix conformance is wanted, 600 for sixth revision.])
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -std=c99"
|
CFLAGS="$CFLAGS -std=c99"
|
||||||
|
|
||||||
# Checks for pkg-config modules.
|
# Checks for pkg-config modules.
|
||||||
|
|
Loading…
Reference in a new issue