summaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index 3c9d355f498..28b6f6f3c7d 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -160,9 +160,6 @@ AC_CHECK_HEADER([complex.h],[AC_DEFINE([HAVE_COMPLEX_H], [1], [complex.h exists]
# Check for complex math functions
AC_CHECK_LIB([m],[csin],[need_math="no"],[need_math="yes"])
-# Check for complex math functions in -lmx also
-AC_CHECK_LIB([mx],[csin],[need_math="no"],[need_math="yes"])
-
# Check for library functions.
AC_CHECK_FUNCS(getrusage times)