summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-11 22:58:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-11 22:58:30 +0900
commit00e2384e371ba1f11924a6c16ce97797c80af0fe (patch)
tree9f7a1d6f15350bca1fc6bfca900f1077cf94fd32
parente2a3b92b2d841843b3a4d2910d103c514d9bad62 (diff)
downloadkipi-plugins-00e2384e371ba1f11924a6c16ce97797c80af0fe.tar.gz
kipi-plugins-00e2384e371ba1f11924a6c16ce97797c80af0fe.zip
Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m428
1 files changed, 0 insertions, 28 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 30169ac..be94c35 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2897,34 +2897,6 @@ AC_DEFUN([AC_CHECK_BOOL],
AC_DEFINE_UNQUOTED(HAVE_BOOL, 1, [You _must_ have bool])
])
-AC_DEFUN([AC_CHECK_GNU_EXTENSIONS],
-[
-AC_MSG_CHECKING(if you need GNU extensions)
-AC_CACHE_VAL(ac_cv_gnu_extensions,
-[
-cat > conftest.c << EOF
-#include <features.h>
-
-#ifdef __GNU_LIBRARY__
-yes
-#endif
-EOF
-
-if (eval "$ac_cpp conftest.c") 2>&5 |
- egrep "yes" >/dev/null 2>&1; then
- rm -rf conftest*
- ac_cv_gnu_extensions=yes
-else
- ac_cv_gnu_extensions=no
-fi
-])
-
-AC_MSG_RESULT($ac_cv_gnu_extensions)
-if test "$ac_cv_gnu_extensions" = "yes"; then
- AC_DEFINE_UNQUOTED(_GNU_SOURCE, 1, [Define if you need to use the GNU extensions])
-fi
-])
-
AC_DEFUN([KDE_CHECK_COMPILER_FLAG],
[
AC_MSG_CHECKING([whether $CXX supports -$1])