Oops, forgot some configure stuff.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@958 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-01-14 21:45:22 +00:00
parent b88d5ad3f6
commit 2c2b06226d
1 changed files with 0 additions and 2 deletions

2
stella/configure vendored
View File

@ -778,7 +778,6 @@ case $_host_os in
# Add OpenGL stuff # Add OpenGL stuff
if test "$_build_gl" = yes ; then if test "$_build_gl" = yes ; then
DEFINES="$DEFINES -DDISPLAY_OPENGL" DEFINES="$DEFINES -DDISPLAY_OPENGL"
# LIBS="$LIBS -L$X_LIBS -lGL"
fi fi
;; ;;
win32) win32)
@ -790,7 +789,6 @@ case $_host_os in
# Add OpenGL stuff # Add OpenGL stuff
if test "$_build_gl" = yes ; then if test "$_build_gl" = yes ; then
DEFINES="$DEFINES -DDISPLAY_OPENGL -DTEXTURES_ARE_LOST" DEFINES="$DEFINES -DDISPLAY_OPENGL -DTEXTURES_ARE_LOST"
LIBS="$LIBS -lopengl32"
fi fi
;; ;;
psp) psp)