From f091bc01f8328be754906f0cd7883f78a59cd8f1 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 6 Oct 2011 10:56:01 -0400 Subject: [PATCH] adding _GNU_SOURCE in one place is good enough (configure does it) --- m4/macros/os_cflags.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/m4/macros/os_cflags.m4 b/m4/macros/os_cflags.m4 index bb39f8f1..c57dec70 100644 --- a/m4/macros/os_cflags.m4 +++ b/m4/macros/os_cflags.m4 @@ -79,9 +79,6 @@ case "${host_os}" in darwin* | macosx* | rhapsody* ) ac_cv_os_cflags="-D_P1003_1B_VISIBLE" ;; - linux* ) - ac_cv_os_cflags="-D_GNU_SOURCE" - ;; * ) ac_cv_os_cflags="" ;; -- 2.43.0