projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4680c1
)
make sure -lGL is used in opengl enabled mode
author
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 10 May 2004 23:31:00 +0000
(23:31 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Mon, 10 May 2004 23:31:00 +0000
(23:31 +0000)
SVN-Revision: 1098
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
422b03f
..
851c492
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-88,7
+88,7
@@
if test "x$no_gl" = "xyes" -o "x$enable_opengl" = "xno"; then
else
CFLAGS="$CFLAGS $GL_CFLAGS"
CXXFLAGS="$CXXFLAGS $GL_CFLAGS"
- LIBS="$LIBS $GL_LIBS"
+ LIBS="$LIBS $GL_LIBS
-lGL
"
fi
AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing]))