aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 3 insertions, 8 deletions
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"