Mercurial > mplayer.hg
comparison configure @ 5654:a8e785ce5cbf
add message
author | pontscho |
---|---|
date | Wed, 17 Apr 2002 07:43:56 +0000 |
parents | 71f221e98fa4 |
children | c96c7633dfa8 |
comparison
equal
deleted
inserted
replaced
5653:39115273d236 | 5654:a8e785ce5cbf |
---|---|
3122 echocheck "GUI" | 3122 echocheck "GUI" |
3123 echo "$_gui" | 3123 echo "$_gui" |
3124 if test "$_gui" = yes ; then | 3124 if test "$_gui" = yes ; then |
3125 | 3125 |
3126 # Required libraries | 3126 # Required libraries |
3127 test "$_png" != yes && die "PNG support required for GUI compilation" | 3127 test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng or libpng-dev packages." |
3128 test "$_x11" != yes && die "X11 support required for GUI compilation" | 3128 test "$_x11" != yes && die "X11 support required for GUI compilation" |
3129 | 3129 |
3130 echocheck "XShape extension" | 3130 echocheck "XShape extension" |
3131 _xshape=no | 3131 _xshape=no |
3132 if test "$_x11" = yes ; then | 3132 if test "$_x11" = yes ; then |