From 8d88f31f74735c9580b7d374f709a22206d14982 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Oct 2018 22:41:31 +0900 Subject: Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro --- tdeio/tdeio/configure.in.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tdeio/tdeio/configure.in.in b/tdeio/tdeio/configure.in.in index 70d381bac..f45411458 100644 --- a/tdeio/tdeio/configure.in.in +++ b/tdeio/tdeio/configure.in.in @@ -64,8 +64,6 @@ AC_ARG_ENABLE(dnotify, AC_HELP_STRING([--enable-dnotify],[enable use of Linux directory notifications]), [ kde_enable_dnotify=$enableval ], [])dnl -AC_CHECK_GNU_EXTENSIONS - if test "x$kde_enable_dnotify" = "xyes"; then AC_MSG_CHECKING([for Linux Directory Notification]) AC_CACHE_VAL(kde_cv_have_dnotify, @@ -110,8 +108,6 @@ AC_ARG_ENABLE(inotify, AC_HELP_STRING([--disable-inotify],[enable use of Linux inode notifications]), [ kde_enable_inotify=$enableval ], [kde_enable_inotify=yes])dnl -AC_CHECK_GNU_EXTENSIONS - if test "x$kde_enable_inotify" = "xyes"; then AC_MSG_CHECKING([for Linux Inotify Notification]) AC_CACHE_VAL(kde_cv_have_inotify, -- cgit v1.2.3