summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2006-12-16 01:25:55 +0000
committerkeescook <keescook@users.sourceforge.net>2006-12-16 01:25:55 +0000
commitbd9eb22d3ddd9368ef4328666550efd6e2b304c2 (patch)
tree555e0c314ebe7dd9a9d8e26ac1249fcd3353e8f3
parentBUG 1513218, option delete preferences on install, ask to uninstall first, me... (diff)
downloadinkscape-bd9eb22d3ddd9368ef4328666550efd6e2b304c2.tar.gz
inkscape-bd9eb22d3ddd9368ef4328666550efd6e2b304c2.zip
redundant AC_MSG_RESULT
(bzr r2093)
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)