Commit fe240da5 authored by Sam Hocevar's avatar Sam Hocevar

* configure.ac: fixed a misplaced parenthesis in the -lXt detection.

parent f6f3342c
...@@ -3575,9 +3575,9 @@ then ...@@ -3575,9 +3575,9 @@ then
if test "${SYS}" != "mingw32"; then if test "${SYS}" != "mingw32"; then
LDFLAGS="${LDFLAGS_save} -L${x_libraries}" LDFLAGS="${LDFLAGS_save} -L${x_libraries}"
AC_CHECK_LIB(Xt,XtStrings, AC_CHECK_LIB(Xt,XtStrings,
[VLC_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt -lX11 -lSM -lICE], [VLC_ADD_LDFLAGS([mozilla],[-L${x_libraries} -lXt -lX11 -lSM -lICE])],
[], [],
[[-L${x_libraries} -lX11 -lSM -lICE]]) [[-L${x_libraries} -lX11 -lSM -lICE]
]) ])
LDFLAGS="${LDFLAGS_save}" LDFLAGS="${LDFLAGS_save}"
fi 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