* BUG: Removed linking against libGL, as libSDL is already linked with 
it. This fixed gbi segfault on my box. 



git-svn-id: svn://localhost/gambas/trunk@1448 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Laurent Carlier 2008-07-14 14:18:18 +00:00
parent abbcd6c930
commit 71d887bd05

View file

@ -33,7 +33,7 @@ GB_COMPONENT(
[src],
[GB_FIND(SDL_opengl.h SDL.h SDL_image.h, `sdl-config --prefix`, include/SDL)],
[GB_FIND(libSDL_image.$SHLIBEXT , /usr /usr/X11R6 /usr/local `sdl-config --prefix`, lib)],
[$SDL_LIBS $X_LIBS -lSDL_image -lGL -lGLU],
[$SDL_LIBS $X_LIBS -lSDL_image -lGLU],
[$SDL_CFLAGS])
AC_OUTPUT( \