Fix broken memalign detect.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1905 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-09-17 16:18:18 +00:00
parent c4fa3e3cba
commit c295d755bb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -988,7 +988,7 @@ return 0;
EOF
_memalign_def='/* #define memalign(a,b) malloc(b) */'
_memalign=yes
$_cc -o $TMPO $TMPC 2> /dev/null || _memalign = no
$_cc -o $TMPO $TMPC 2> /dev/null || _memalign=no
if [ "$_memalign" = "no" ]; then
_memalign_def='#define memalign(a,b) malloc(b)'
fi