temporary fix: BeOS only has 'which' as an alias to a shell func :^)
btw, someone should indent this mess =) (maybe I'll do) Originally committed as revision 1606 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e2f9490eab
commit
dee076fcb7
8
configure
vendored
8
configure
vendored
@ -561,11 +561,13 @@ int main( void ) { return (int) FT_Init_FreeType(0); }
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
freetype2=no
|
freetype2=no
|
||||||
which freetype-config > /dev/null
|
if test "x$targetos" != "xBeOS"; then
|
||||||
if test $? -eq 0; then
|
which freetype-config > /dev/null
|
||||||
|
if test $? -eq 0; then
|
||||||
if $cc -o $TMPE $TMPC `freetype-config --cflags` `freetype-config --libs` 2> /dev/null ; then
|
if $cc -o $TMPE $TMPC `freetype-config --cflags` `freetype-config --libs` 2> /dev/null ; then
|
||||||
freetype2=yes
|
freetype2=yes
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
|
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user