summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-20 22:56:00 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-20 22:56:00 +0000
commite5d138aa7d8116d46042dbe4476b41623e2e7383 (patch)
tree77af16172e2a16ee31abb0c7ee3278110d6fa001 /configure
parentef78002b8175ec9ede00d48d371ce5bf55cd5a88 (diff)
downloadmpv-e5d138aa7d8116d46042dbe4476b41623e2e7383.tar.bz2
mpv-e5d138aa7d8116d46042dbe4476b41623e2e7383.tar.xz
1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0f69736890..53c21b5ba9 100755
--- a/configure
+++ b/configure
@@ -4516,7 +4516,7 @@ echo "$_gui"
if test "$_gui" = yes ; then
# Required libraries
- test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng or libpng-dev packages."
+ test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng and libpng-dev packages."
test "$_x11" != yes && die "X11 support required for GUI compilation"
echocheck "XShape extension"