From e0313016725bc9f87243571e75b2e77f1cae265e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 1 Apr 2010 14:45:42 -0400 Subject: Add --disable-png configure option. --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e14f04e..1d6138a 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,14 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_LIBTOOL +dnl PNG canvas export +AC_ARG_ENABLE([png], + [AS_HELP_STRING([--enable-png], + [Enable PNG canvas export [default=yes]])], + [], + [enable_png=yes]) +AM_CONDITIONAL([PNG], [test "$enable_png" != "no"]) + dnl OpenGL canvas export AC_ARG_ENABLE([gl], [AS_HELP_STRING([--enable-gl], -- cgit v1.2.3