Codebase list xrdp / 6903b9d
NEED_LIBDL is nowhere used any more, drop useless patch mirabilos 7 years ago
1 changed file(s) with 0 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
1313 pkgconfig \
1414 + xorgxrdp \
1515 $(XRDPVRDIR)
16 --- a/configure.ac
17 +++ b/configure.ac
18 @@ -294,6 +294,14 @@ AC_CHECK_HEADER([X11/extensions/Xrandr.h
19 [AC_MSG_ERROR([please install libxrandr-dev or libXrandr-devel])],
20 [#include <X11/Xlib.h>])
21
22 +# checking if we need libdl
23 +save_LIBS=$LIBS
24 +AC_SEARCH_LIBS([dlopen], [dl dld], [], [
25 + AC_MSG_ERROR([unable to find the dlopen() function])
26 +])
27 +AM_CONDITIONAL(NEED_LIBDL, [test x"$LIBS" != x"$save_LIBS"])
28 +LIBS=$save_LIBS
29 +
30 CFLAGS="$save_CFLAGS"
31
32 AC_SUBST([moduledir], '${libdir}/xrdp')
3316 --- a/xrdp/Makefile.am
3417 +++ b/xrdp/Makefile.am
3518 @@ -23,7 +23,7 @@ endif