1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-23 21:59:57 +01: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:
Moritz Schulte 2004-07-27 11:28:10 +00:00
parent 8e237f5b09
commit 97e9cb4e60

View File

@ -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