Apply patch from issue 349.

Someone more versed on the Linux side, please check.
This commit is contained in:
Jason Felds
2011-07-07 00:49:26 -04:00
parent e2a7231a61
commit 740454eff0
+3 -1
View File
@@ -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)