From: Uwe Hermann Date: Tue, 22 Jul 2014 21:15:11 +0000 (+0200) Subject: configure: Show glibmm and gobject versions in the summary. X-Git-Tag: libsigrok-0.4.0~1221 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=271cdfd267d027f9b31b8be07a964d4bdb0c7165;hp=022a7fe09fec0c58bd5f4e92f74610f46fb53d2b;p=libsigrok.git configure: Show glibmm and gobject versions in the summary. --- diff --git a/configure.ac b/configure.ac index d8483522..90bd73b0 100644 --- a/configure.ac +++ b/configure.ac @@ -646,7 +646,7 @@ echo "Detected libraries:" echo # Note: This only works for libs with pkg-config integration. -for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.1.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "check >= 0.9.4"; do +for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.1.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "glibmm-2.4 >= 2.32.0" "pygobject-3.0 >= 3.0.0" "check >= 0.9.4"; do optional="OPTIONAL" if test "x$lib" = "xglib-2.0 >= 2.32.0"; then optional="REQUIRED"; fi if test "x$lib" = "xlibzip >= 0.10"; then optional="REQUIRED"; fi