summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d8d484b7e1..ddea37aad1 100755
--- a/configure
+++ b/configure
@@ -7008,7 +7008,7 @@ echo "$_gui"
if test "$_gui" = yes ; then
# Required libraries
- test "$_png" != yes && die "The GUI requires PNG support, please install libpng and libpng-dev packages."
+ test "$_libavcodec" != yes && die "The GUI requires libavcodec with PNG support."
if not win32 ; then
test "$_x11" != yes && die "X11 support required for GUI compilation."