Fixed automake warning
This commit is contained in:
@@ -240,7 +240,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
AC_CACHE_VAL(msginfo_needs,
|
AC_CACHE_VAL(msginfo_needs,
|
||||||
msginfo_needs=
|
msginfo_needs=
|
||||||
for def in nothing KERNEL _KERNEL; do
|
for def in nothing KERNEL _KERNEL; do
|
||||||
AC_COMPILE_IFELSE([#define $def
|
AC_COMPILE_IFELSE([AC_LANG_SOURCE([#define $def
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#include <sys/msg.h>
|
#include <sys/msg.h>
|
||||||
@@ -252,7 +252,7 @@ main (void)
|
|||||||
struct msginfo mi;
|
struct msginfo mi;
|
||||||
mi.msgmax = 0;
|
mi.msgmax = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}],
|
}])],
|
||||||
[
|
[
|
||||||
msginfo_needs=$def
|
msginfo_needs=$def
|
||||||
if test ${msginfo_needs} = KERNEL; then
|
if test ${msginfo_needs} = KERNEL; then
|
||||||
|
Reference in New Issue
Block a user