From: keescook Date: Sat, 16 Dec 2006 01:25:55 +0000 (+0000) Subject: redundant AC_MSG_RESULT X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9f235f719e9a8eb4c55945200e30998d6354f151;p=inkscape.git redundant AC_MSG_RESULT --- diff --git a/configure.ac b/configure.ac index 02123e56b..e4bed1609 100644 --- a/configure.ac +++ b/configure.ac @@ -500,7 +500,6 @@ else with_inkboard="no" fi -AC_MSG_RESULT($with_inkboard) AM_CONDITIONAL(WITH_INKBOARD, test "x$with_inkboard" = "xyes") AC_SUBST(INKBOARD_LIBS) AC_SUBST(INKBOARD_CFLAGS)