]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Show $build, $host, and lib versions.
authorUwe Hermann <redacted>
Mon, 15 Apr 2013 10:21:04 +0000 (12:21 +0200)
committerUwe Hermann <redacted>
Mon, 15 Apr 2013 10:21:04 +0000 (12:21 +0200)
configure.ac

index ad5e626c6b9ff246b22cc85fe630f7ce60d2581f..689ba66102114fde785f0d301a079edc478d0dd1 100644 (file)
@@ -192,12 +192,14 @@ echo
 echo "  - Package version (major.minor.micro):    $SRD_PACKAGE_VERSION"
 echo "  - Library version (current:revision:age): $SRD_LIB_VERSION"
 echo "  - Prefix: $prefix"
+echo "  - Building on: $build"
+echo "  - Building for: $host"
 echo
 echo "Detected libraries:"
 echo
 
 # Note: This only works for libs with pkg-config integration.
-for lib in "glib-2.0"; do
+for lib in "glib-2.0 >= 2.24.0"; do
         if `$PKG_CONFIG --exists $lib`; then
                 ver=`$PKG_CONFIG --modversion $lib`
                 answer="yes ($ver)"