Apply patch from issue 349.
Someone more versed on the Linux side, please check.
This commit is contained in:
@@ -11,9 +11,11 @@ AC_DEFUN([SM_X_WITH_OPENGL],
|
||||
fi
|
||||
|
||||
if test -n "$x_libraries"; then
|
||||
XLIBS="-L$x_libraries -lX11"
|
||||
XLIBS="-L$x_libraries"
|
||||
fi
|
||||
|
||||
XLIBS +="-lX11"
|
||||
|
||||
if test -n "$x_includes"; then
|
||||
# See if we can compile X applications without using $XCFLAGS.
|
||||
AC_MSG_CHECKING(if $XCFLAGS is really necessary)
|
||||
|
||||
Reference in New Issue
Block a user