From: Christophe CURIS <[email protected]> Even if there is nothing to do for PPM at current time (all builtin code), for consistency it is better placed with the other image format checks.
Signed-off-by: Christophe CURIS <[email protected]> --- configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bdc1bbe..310e679 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 -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
