Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 6 vuotta sitten
vanhempi 682dcc3f5d
commit 8d88f31f74
Allekirjoittanut: MicheleC
GPG avaimen ID: 2A75B7CA8ADED5CF

@ -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,

Ladataan…
Peruuta
Tallenna