Fix: remove redefinition of _GNU_SOURCE
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Oct 2020 14:26:39 +0000 (10:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Oct 2020 14:26:39 +0000 (10:26 -0400)
Now that _GNU_SOURCE is defined by the compiler command line, no need to
redefine it.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5a02dd945f0dfec778779a8c5806cc9f45960520

configure.ac

index e7b8358143e29808df4ed7b7907578fb7baf9da1..a89b72e38def94d2148bf519b44a244ed80044e1 100644 (file)
@@ -242,7 +242,6 @@ AC_CHECK_LIB([$libdl_name], [dlmopen],
 AC_CHECK_HEADER([dlfcn.h])
 AS_IF([test "x${ac_cv_header_dlfcn_h}" = "xyes"], [
        AC_CHECK_DECLS([RTLD_DI_LINKMAP], [], [], [
-               #define _GNU_SOURCE /* Required on Linux to get GNU extensions */
                #include <dlfcn.h>
        ])
 ], [
This page took 0.02513 seconds and 5 git commands to generate.