Commit f6f3342c authored by Sam Hocevar's avatar Sam Hocevar

* configure.ac:

    + Added full library dependencies to the -lXt check.
parent 2e11ee15
......@@ -3574,8 +3574,10 @@ then
else
if test "${SYS}" != "mingw32"; then
LDFLAGS="${LDFLAGS_save} -L${x_libraries}"
AC_CHECK_LIB(Xt,XtStrings,[
VLC_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt])
AC_CHECK_LIB(Xt,XtStrings,
[VLC_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt -lX11 -lSM -lICE],
[],
[[-L${x_libraries} -lX11 -lSM -lICE]])
])
LDFLAGS="${LDFLAGS_save}"
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment