aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/acinclude.m4
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-29 13:17:05 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-29 13:17:05 +0000
commit4879fba9985f5781c9c9b5bfdd60680519e6c1e1 (patch)
treeb925f5bb01c19b8f75e593ebc7adf270ecef3822 /libgfortran/acinclude.m4
parent89e944703fbeffa51be0dc9c26a85413dcfc1016 (diff)
downloadgcc-4879fba9985f5781c9c9b5bfdd60680519e6c1e1.zip
gcc-4879fba9985f5781c9c9b5bfdd60680519e6c1e1.tar.gz
gcc-4879fba9985f5781c9c9b5bfdd60680519e6c1e1.tar.bz2
acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.
* acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT. * configure.ac: Remove checks for strcasestr, execl, close, getrlimit, readlink, getppid, powl, erfl, j0l, j1l, y0l, y1l, tgammal, and lgammal. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r227319
Diffstat (limited to 'libgfortran/acinclude.m4')
-rw-r--r--libgfortran/acinclude.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4
index 30b8b1a6..a0975a9 100644
--- a/libgfortran/acinclude.m4
+++ b/libgfortran/acinclude.m4
@@ -43,21 +43,6 @@ AC_DEFUN([LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY], [
[Define to 1 if the target supports __attribute__((visibility(...))).])
fi])
-dnl Check whether the target supports dllexport
-AC_DEFUN([LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT], [
- AC_CACHE_CHECK([whether the target supports dllexport],
- libgfor_cv_have_attribute_dllexport, [
- save_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -Werror"
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[void __attribute__((dllexport)) foo(void) { }]], [])],
- libgfor_cv_have_attribute_dllexport=yes,
- libgfor_cv_have_attribute_dllexport=no)
- CFLAGS="$save_CFLAGS"])
- if test $libgfor_cv_have_attribute_dllexport = yes; then
- AC_DEFINE(HAVE_ATTRIBUTE_DLLEXPORT, 1,
- [Define to 1 if the target supports __attribute__((dllexport)).])
- fi])
-
dnl Check whether the target supports symbol aliases.
AC_DEFUN([LIBGFOR_CHECK_ATTRIBUTE_ALIAS], [
AC_CACHE_CHECK([whether the target supports symbol aliases],