Skip to content
Snippets Groups Projects
Commit f8573cea authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed define check for _GNU_SOURCE

parent 274f2f11
Branches
Tags
No related merge requests found
......@@ -21,7 +21,9 @@ AC_DEFUN([AX_MSG_WAITFORONE],
[
AC_LANG_PROGRAM(
[
#define _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment