o) Configure tests for Mesa/OpenGL without -lXi which leads to a

fail for libglut. Xplanet will now build with Mesa/OpenGL support.
This commit is contained in:
Lars Koeller 2001-08-12 15:17:56 +00:00
parent 730a417054
commit 2548904d2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46138

View File

@ -0,0 +1,11 @@
--- configure.org Wed Jul 11 08:06:39 2001
+++ configure Wed Jul 11 08:06:58 2001
@@ -3755,7 +3755,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lglut $X_LIBS -lGL -lGLU -lXmu -lX11 -lm $LIBS"
+LIBS="-lglut $X_LIBS -lGL -lGLU -lXmu -lX11 -lXi -lm $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3761 "configure"
#include "confdefs.h"