From 356c242143910af850dd132dd3c948619af4fecf Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Fri, 8 Nov 2013 18:49:59 +0100 Subject: [PATCH] configure: Moved PPM image format handling to a consistent place 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 --- configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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