diff --git a/configure.ac b/configure.ac index bdc1bbee..310e6792 100644 --- a/configure.ac +++ b/configure.ac @@ -690,6 +690,13 @@ AC_ARG_ENABLE([tiff], WM_IMGFMT_CHECK_TIFF +dnl PPM Support +dnl =========== +# The PPM format is always enabled because we have built-in support for the format +# We are not using any external library like libppm +supported_gfx="$supported_gfx builtin-PPM" + + # Choice of the default format for icons AS_IF([test "x$enable_tiff" != "xno"], [ICONEXT="tiff"], @@ -805,8 +812,6 @@ dnl dnl Spit out the configuration dnl ========================== -supported_gfx="$supported_gfx builtin-PPM" - if test "x$MOFILES" = "x"; then mof=None else