From 881ffcc706ab0670c705d156b7861fdaad59d9cb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Oct 2018 22:41:33 +0900 Subject: Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro --- cervisia/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/Makefile.am') diff --git a/cervisia/Makefile.am b/cervisia/Makefile.am index c0d067f8..15322c5a 100644 --- a/cervisia/Makefile.am +++ b/cervisia/Makefile.am @@ -1,5 +1,5 @@ CERVISIA_VERSION = 2.4.10 -INCLUDES = -I./cvsservice -D_BSD_SOURCE $(all_includes) +INCLUDES = -I./cvsservice -D_DEFAULT_SOURCE $(all_includes) SUBDIRS = cvsservice . pics -- cgit v1.2.1