fix "../configure: line 6627: no_x: command not found"
This commit is contained in:
@@ -46,7 +46,7 @@ AC_DEFUN([SM_X_WITH_OPENGL],
|
|||||||
if test "$have_xrandr" = "no"; then
|
if test "$have_xrandr" = "no"; then
|
||||||
echo "*** Direct X11 support needs Xrandr libraries and headers."
|
echo "*** Direct X11 support needs Xrandr libraries and headers."
|
||||||
echo "*** Couldn't find needed headers. Continuing without X11 backend."
|
echo "*** Couldn't find needed headers. Continuing without X11 backend."
|
||||||
no_x = yes
|
no_x=yes
|
||||||
else
|
else
|
||||||
XLIBS="$XLIBS -lXrandr"
|
XLIBS="$XLIBS -lXrandr"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user