projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ed43a
)
- moved -lGL to it's proper place
author
Ryan Flegel
<rflegel@gmail.com>
Tue, 11 May 2004 01:18:38 +0000
(
01:18
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Tue, 11 May 2004 01:18:38 +0000
(
01:18
+0000)
SVN-Revision: 1100
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
851c492
..
5f2e244
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-71,6
+71,7
@@
AM_PATH_SDL($SDL_VERSION,
CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
CFLAGS="$CFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
+GL_LIBS="-lGL"
dnl Checks for additional libraries.
AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio,,
@@
-88,7
+89,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
-lGL
"
+ LIBS="$LIBS $GL_LIBS"
fi
AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing]))