X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=9892dcdfafd68400332f094a9838964fd70d004b;hb=61a1fd80791f7ff2042756814b2868c797426b9a;hp=b95386f3417ec1e408da7899fdc69791da31e173;hpb=f5d7aac51ac7271134d141329954eab9efc913d7;p=melted diff --git a/configure b/configure index b95386f..9892dcd 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.3.3 +export version=0.3.5 export soversion=1 show_help() @@ -162,7 +162,7 @@ do --prefix=* ) prefix="${i#--prefix=}" ;; --libdir=* ) libdir="${i#--libdir=}" ;; --disable-debug ) debug=false ;; - --disable-mmx ) mmx=false ;; + --disable-mmx ) mmx=false; sse=false ;; --disable-sse ) sse=false ;; --enable-gpl ) gpl=true ;; --cpu=* ) cpu="${i#--cpu=}" ;;