X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=72bbfe51d974b6d96bc69e0f9b317546b8faa3f5;hb=b1616107824f9c1b2e83c97d9a8d3b0cc700ef5f;hp=42262d71dccb513dfe2a5f99658e05c3aeca1b2f;hpb=bb2674a23b551cbc146d40ff7a122c87856b49ff;p=melted diff --git a/configure b/configure index 42262d7..72bbfe5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.3.8 +export version=0.3.9 export soversion=1 show_help() @@ -174,7 +174,7 @@ done # Determine the libdir if it's not specified in the args [ "$libdir" = "" ] && libdir=$prefix/lib -# Double check mmx (Linux and FreeBSD supported, may end up disabling mmx on other platforms incorrectly) +# Double check MMX (Darwin, Linux and FreeBSD supported, may end up disabling MMX on other platforms incorrectly) if [ "$mmx" = "true" ] then case $targetos in @@ -193,7 +193,7 @@ then esac fi -# Double check SSE (Linux and FreeBSD supported, may end up disabling SSE on other platforms incorrectly) +# Double check SSE (Darwin, Linux and FreeBSD supported, may end up disabling SSE on other platforms incorrectly) if [ "$sse" = "true" ] then case $targetos in