From f4817b0da42fdf6700a414a4f3cd1d4301aaed18 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 7 Jul 2011 09:23:32 -0400 Subject: [PATCH] Thank you jmakovicka. I suck at this. ;) --- autoconf/m4/opengl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/m4/opengl.m4 b/autoconf/m4/opengl.m4 index bc6187698b..95db3dbdfb 100644 --- a/autoconf/m4/opengl.m4 +++ b/autoconf/m4/opengl.m4 @@ -14,7 +14,7 @@ AC_DEFUN([SM_X_WITH_OPENGL], XLIBS="-L$x_libraries" fi - XLIBS +="-lX11" + XLIBS+="-lX11" if test -n "$x_includes"; then # See if we can compile X applications without using $XCFLAGS.