mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2004-07-27 Moritz Schulte <moritz@g10code.com>
* configure.ac: Check for dlopen in libc and libdl, substitute DL_LIBS accordingly.
This commit is contained in:
parent
8e237f5b09
commit
97e9cb4e60
1 changed files with 7 additions and 0 deletions
|
@ -461,6 +461,13 @@ AC_CHECK_LIB(usb, usb_find_device,
|
|||
])
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
|
||||
#
|
||||
# Check wether it is necessary to link against libdl.
|
||||
#
|
||||
LIBS=""
|
||||
AC_SEARCH_LIBS(dlopen, c dl,,,)
|
||||
DL_LIBS=$LIBS
|
||||
AC_SUBST(DL_LIBS)
|
||||
|
||||
#
|
||||
# OpenSC is needed by the SCdaemon - if it is not availbale we can only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue