From 2c2b06226d7095b048486cc1a114507e1c8b052b Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 14 Jan 2006 21:45:22 +0000 Subject: [PATCH] Oops, forgot some configure stuff. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@958 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/stella/configure b/stella/configure index cfa199d44..2f7b080e1 100755 --- a/stella/configure +++ b/stella/configure @@ -778,7 +778,6 @@ case $_host_os in # Add OpenGL stuff if test "$_build_gl" = yes ; then DEFINES="$DEFINES -DDISPLAY_OPENGL" -# LIBS="$LIBS -L$X_LIBS -lGL" fi ;; win32) @@ -790,7 +789,6 @@ case $_host_os in # Add OpenGL stuff if test "$_build_gl" = yes ; then DEFINES="$DEFINES -DDISPLAY_OPENGL -DTEXTURES_ARE_LOST" - LIBS="$LIBS -lopengl32" fi ;; psp)