aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index e40e2e1..1dfa6d5 100755
--- a/configure
+++ b/configure
@@ -646,8 +646,8 @@ fi
#-----------------------------------------------------------------------
MAJOR_VERSION=3
-MINOR_VERSION=2
-PATCHLEVEL=100
+MINOR_VERSION=3
+PATCHLEVEL=0
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
@@ -1493,7 +1493,7 @@ else
if { (eval echo configure:1494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.$ac_ext | *.c | *.o | *.obj) ;;
+ *.c | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done