From 37f96edb586688df976828bc93741edbfaa1fbd7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Feb 2004 00:21:06 +0000 Subject: [PATCH] *** empty log message *** --- test/testdyngl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdyngl.c b/test/testdyngl.c index e9f88c26c..e88bd711a 100644 --- a/test/testdyngl.c +++ b/test/testdyngl.c @@ -5,7 +5,7 @@ * (FYI it was supposed to look like snow in the wind or something...) * * Compile with : - * gcc testdyngl.c `sdl-config --libs --cflags` -o testdyngl + * gcc testdyngl.c `sdl-config --libs --cflags` -o testdyngl -DHAVE_OPENGL * * You can specify a different OpenGL lib on the command line, i.e. : * ./testdyngl /usr/X11R6/lib/libGL.so.1.2