diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-13 22:41:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-13 22:41:31 +0900 |
commit | 8d88f31f74735c9580b7d374f709a22206d14982 (patch) | |
tree | 116e5d458b696007f1e5933c5e0397f6b42181b4 | |
parent | 682dcc3f5d4bacf1f36772ab6c4b124c0cf463fe (diff) | |
download | tdelibs-8d88f31f74735c9580b7d374f709a22206d14982.tar.gz tdelibs-8d88f31f74735c9580b7d374f709a22206d14982.zip |
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tdeio/tdeio/configure.in.in | 4 |
1 files changed, 0 insertions, 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, |