mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 06:05:45 +01:00
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 <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
b66a890404
commit
356c242143
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user