Fresco/config openGL.m4,1.8,1.9
Tobias Hunger <[email protected]> Sun, 08 Feb 2004 00:44:15 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/config
In directory purcel:/tmp/cvs-serv3291/config
Modified Files:
openGL.m4
Log Message:
Patch from Bernhard Fischer (cow): Misc. spelling and typo fixes, added Doku.
Index: openGL.m4
===================================================================
RCS file: /cvs/fresco/Fresco/config/openGL.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openGL.m4 4 Jan 2004 16:00:17 -0000 1.8
+++ openGL.m4 7 Feb 2004 23:43:31 -0000 1.9
@@ -45,7 +45,7 @@
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$GL_LIBS $LDFLAGS"
AC_CHECK_LIB(GL, glLoadIdentity, :, no_gl=yes)
- AC_CHECK_LIB(GLU, gluNewTess, :, no_gl=yes)
+ AC_CHECK_LIB(GLU, gluNewTess, :, no_gl=yes, [-lGL])
LDFLAGS="$save_LDFLAGS"
fi