mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-04 23:28:08 +02:00
configure script reports stray, confusing "yes"
Closes issue #194 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
70f44d76fd
commit
188991fe7e
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ m4_pattern_forbid([^XTRANS_CONNECTION_FLAGS$])
|
|||
XTRANS_CONNECTION_FLAGS
|
||||
|
||||
# Check for dlopen
|
||||
AC_MSG_CHECKING([if run-time linking is supported])
|
||||
AC_SEARCH_LIBS(dlopen,[dl svld])
|
||||
if test "x$ac_cv_search_dlopen" = xno; then
|
||||
AC_SEARCH_LIBS(shl_load,[dld])
|
||||
|
|
@ -111,6 +110,7 @@ else
|
|||
AC_DEFINE(HAVE_DLOPEN,1,[Use dlopen to load shared libraries])
|
||||
AC_CHECK_HEADERS([dlfcn.h])
|
||||
fi
|
||||
AC_MSG_CHECKING([if run-time linking is supported])
|
||||
if test "x$ac_cv_header_dlfcn_h" = xyes -o "x$ac_cv_header_dl_h" = xyes; then
|
||||
HAVE_LOADABLE_MODULES=yes
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue