Skip to content

Commit

Permalink
Support XCF files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 4, 2006
1 parent abc6540 commit b23cf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -173,8 +173,8 @@ if test x$enable_tif = xyes; then
fi
fi
AC_ARG_ENABLE(xcf,
[ --enable-xcf support loading XCF images [default=no]],
, enable_xcf=no)
[ --enable-xcf support loading XCF images [default=yes]],
, enable_xcf=yes)
if test x$enable_xcf = xyes; then
CFLAGS="$CFLAGS -DLOAD_XCF"
fi
Expand Down

0 comments on commit b23cf9e

Please sign in to comment.