From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] qemu-xen: Drop duplication opengl configuration flags Date: Mon, 11 Aug 2008 12:34:16 +0100 Message-ID: <20080811113416.GJ4499@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Drop duplication opengl configuration flags Signed-off-by: Samuel Thibault diff --git a/configure b/configure index a6ad006..01f05f4 100755 --- a/configure +++ b/configure @@ -1118,14 +1118,6 @@ then echo "SDL_LIBS+=-lXext" >> $config_mak echo "SDL_LIBS+=-lGL" >> $config_mak fi -if test "$opengl" = "yes" -then - echo "#define CONFIG_OPENGL 1" >> $config_h - echo "CONFIG_OPENGL=yes" >> $config_mak - echo "SDL_CFLAGS+=-I/usr/include/GL" >> $config_mak - echo "SDL_LIBS+=-lXext" >> $config_mak - echo "SDL_LIBS+=-lGL" >> $config_mak -fi if test "$cocoa" = "yes" ; then echo "#define CONFIG_COCOA 1" >> $config_h echo "CONFIG_COCOA=yes" >> $config_mak