summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 3f5b87552e..b7691d6631 100755
--- a/configure
+++ b/configure
@@ -4877,10 +4877,8 @@ echores "$_png"
if test "$_png" = yes ; then
def_png='#define CONFIG_PNG 1'
extra_ldflags="$extra_ldflags -lpng -lz"
- _vomodules="png $_vomodules"
else
def_png='#undef CONFIG_PNG'
- _novomodules="png $_novomodules"
fi
echocheck "MNG support"