[gnome-commander] Removes configure output which libraries will be used



commit 1842a0694a30010c8f7a1628b66652d45a78141f
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Feb 12 11:47:55 2017 +0100

    Removes configure output which libraries will be used

 configure.ac |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a4db850..b2750ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -517,23 +517,5 @@ echo "  ODF support    : ${have_gsf}"
 echo "  PDF support    : ${have_pdf}"
 echo "  SAMBA support  : ${have_samba}"
 echo ""
-echo ""
-echo "The following libraries will be used:"
-echo ""
-echo "  glib           : ${GLIB_VERSION}       in ${GLIB_PREFIX}"
-echo "  gtk+           : ${GTK_VERSION}        in ${GTK_PREFIX}"
-echo "  gnome          : ${GNOME_VERSION}      in ${GNOME_PREFIX}"
-echo "  gnomeui        : ${GNOMEUI_VERSION}    in ${GNOMEUI_PREFIX}"
-echo "  gnome-vfs      : ${GNOMEVFS_VERSION}   in ${GNOMEVFS_PREFIX}"
-echo "  gnome-keyring  : ${GNOME_KEYRING_VERSION}      in ${GNOME_KEYRING_PREFIX}"
-echo "  libUnique      : ${UNIQUE_VERSION}     in ${UNIQUE_PREFIX}"
-if test "x$have_pdf" = "xyes"; then
-echo "  poppler-glib   : ${POPPLER_VERSION}    in ${POPPLER_PREFIX}"
-fi
-if test "x$have_python" = "xyes"; then
-echo "  python         : ${PYTHON_VERSION}     in ${PY_EXEC_PREFIX}"
-fi
-echo ""
-echo ""
 echo "Type 'make' to build $PACKAGE-$VERSION and then 'make install' to install"
 echo ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]