summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-09-01 18:52:17 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2014-09-02 12:59:18 +0300
commit9692393d7ba91a091c1e61b6754d79ad17c5f193 (patch)
tree6770fe2cacb400a374121f0e285b2214310841f8 /configure.ac
parent8b107b514b8f1bad7cbe39f267aadf31db9f7f5e (diff)
downloadhaskell-9692393d7ba91a091c1e61b6754d79ad17c5f193.tar.gz
configure.ac: cleanup: remove unused 'HaveLibDL' subst
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 9e31c52f78..e7a07744f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -856,13 +856,7 @@ dnl Check for libraries
dnl ################################################################
dnl ** check whether we need -ldl to get dlopen()
-
-AC_CHECK_LIB(dl, dlopen,
- [HaveLibDL=YES
- AC_DEFINE([HAVE_LIBDL], [1], [Define to 1 if you need -ldl to get dlopen().])
- LIBS="$LIBS -ldl"],
- [HaveLibDL=NO])
-AC_SUBST(HaveLibDL)
+AC_CHECK_LIB(dl, dlopen)
dnl --------------------------------------------------
dnl * Miscellaneous feature tests