[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#11180: libtool should not check for <dlfcn.h> without LT_INIT([dlope
From: |
Zack Weinberg |
Subject: |
bug#11180: libtool should not check for <dlfcn.h> without LT_INIT([dlopen]) |
Date: |
Wed, 4 Apr 2012 17:44:45 -0700 |
It appears that the only reason libtool checks for <dlfcn.h> at
configure time is to support libltdl, therefore it should only do that
if I ask it to, with LT_INIT([dlopen]) or similar. This is literally
the *only* invocation of AC_CONFIG_HEADERS in my configure script, but
it drags in all the AC_INCLUDES_DEFAULT checks.
zw
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#11180: libtool should not check for <dlfcn.h> without LT_INIT([dlopen]),
Zack Weinberg <=