From d268477d4f764b8a07bac2c82fb28d1d8a35de6b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 8 Sep 2007 07:33:22 +0000 Subject: [PATCH] fix "../configure: line 6627: no_x: command not found" --- stepmania/autoconf/m4/opengl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/autoconf/m4/opengl.m4 b/stepmania/autoconf/m4/opengl.m4 index 169978c72f..e213addf18 100644 --- a/stepmania/autoconf/m4/opengl.m4 +++ b/stepmania/autoconf/m4/opengl.m4 @@ -46,7 +46,7 @@ AC_DEFUN([SM_X_WITH_OPENGL], if test "$have_xrandr" = "no"; then echo "*** Direct X11 support needs Xrandr libraries and headers." echo "*** Couldn't find needed headers. Continuing without X11 backend." - no_x = yes + no_x=yes else XLIBS="$XLIBS -lXrandr" fi