Add GLib version info to configure status message

Change-Id: I279996e6713cad809a9487a83dc9692e7673f604
Reviewed-on: https://code.wireshark.org/review/14663
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-03-28 10:22:44 +01:00 committed by João Valverde
parent 66d92e6765
commit c436452769
1 changed files with 2 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ AC_SUBST(GLIB_MIN_VERSION)
PKG_WIRESHARK_CHECK_SYSTEM_MODULES([GLIB],
[glib-2.0 >= $GLIB_MIN_VERSION gthread-2.0 >= $GLIB_MIN_VERSION gmodule-2.0 >= $GLIB_MIN_VERSION],
[],
[GLIB_VERSION=`$PKG_CONFIG --modversion glib-2.0`],
[AC_MSG_ERROR([GLib $GLIB_MIN_VERSION or later not found.])])
# Error out if a glib header other than a "top level" header
@ -3426,6 +3426,7 @@ echo " LIBS: $LIBS"
echo ""
echo "The Wireshark package has been configured with the following options:"
echo " GLib version : v$GLIB_VERSION"
echo " Build wireshark : $enable_wireshark_qt$qt_lib_message"
echo " Build wireshark-gtk : $have_gtk""$gtk_lib_message"
echo " Build tshark : $enable_tshark"