From 82665ac3ec2591ab6bdfff7443f5a3bff9dcf48f Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 30 Apr 2004 11:46:52 +0000 Subject: *** empty log message *** --- configure | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f50c837..523c699 100755 --- a/configure +++ b/configure @@ -646,7 +646,7 @@ fi #----------------------------------------------------------------------- MAJOR_VERSION=3 MINOR_VERSION=2 -PATCHLEVEL=97 +PATCHLEVEL=98 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL} @@ -4235,12 +4235,7 @@ fi if test "${TEA_PLATFORM}" = "windows" ; then GL_LIBS=-lopengl32 else - # - # On Linux, the Nvidia GL libraries needs threads support via - # pthreads but not mesa. Need to auto-detect that and the - # availability of pthreads. - GL_LIBS="-lGL -lpthread" -# GL_LIBS="-lGL" + GL_LIBS="-lGL" GL_INCLUDES='/usr/include' fi @@ -4278,7 +4273,7 @@ EOF fi echo $ac_n "checking for build with the overlap manager""... $ac_c" 1>&6 -echo "configure:4282: checking for build with the overlap manager" >&5 +echo "configure:4277: checking for build with the overlap manager" >&5 # Check whether --enable-om or --disable-om was given. if test "${enable_om+set}" = set; then enableval="$enable_om" -- cgit v1.1