summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 22:41:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-13 22:41:31 +0900
commit12212efecbbf5b3448e4a4979cf271c49e47502a (patch)
treefaa65ef97a349e29543824e4eb2eb800a46812b4
parentf6528625ae8f431ba459341f320b6ef4a2c7294f (diff)
downloadtdepim-12212efecbbf5b3448e4a4979cf271c49e47502a.tar.gz
tdepim-12212efecbbf5b3448e4a4979cf271c49e47502a.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--kmail/configure.in.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmail/configure.in.in b/kmail/configure.in.in
index 55bf6b17..7ccb78a3 100644
--- a/kmail/configure.in.in
+++ b/kmail/configure.in.in
@@ -28,8 +28,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,