]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
output/hex: Rewrite for new output API.
[libsigrok.git] / configure.ac
index b76110fe5f6d13223deea4ec3af06641ca2a9874..5d76c16f6221d5ebadec6481985dc7f521c515c6 100644 (file)
@@ -629,13 +629,16 @@ 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" "libudev >= 151" "alsa >= 1.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
        if `$PKG_CONFIG --exists $lib`; then
                ver=`$PKG_CONFIG --modversion $lib`
                answer="yes ($ver)"
        else
                answer="no"
        fi
-       echo "  - $lib: $answer"
+       echo "  - ($optional) $lib: $answer"
 done
 
 echo -e "\nEnabled hardware drivers:\n"