X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=72bbfe51d974b6d96bc69e0f9b317546b8faa3f5;hb=1f2e5621296c35af5d2e2e0756087d2e214e7430;hp=16f105e655d895302e45c33f01d4d6b164baa83f;hpb=8910c319a1e1d112d779c71b2ede25f834402842;p=melted diff --git a/configure b/configure index 16f105e..72bbfe5 100755 --- a/configure +++ b/configure @@ -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