mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 09:36:24 +03:00
autotools: improve configure summary regarding libgpiod
We cannot print the exact version we detected, but we can give a hint about the "version class" at least. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -758,11 +758,11 @@ fi
|
||||
if test "x$enabled_linuxgpio" = xyes; then
|
||||
echo "ENABLED linuxgpio"
|
||||
if test "x$have_libgpiodv2" = xyes; then
|
||||
echo "DO HAVE libgpiod (>=2.0)"
|
||||
echo "DO HAVE libgpiod (>= 2.0)"
|
||||
elif test "x$have_libgpiodv1_6" = xyes; then
|
||||
echo "DO HAVE libgpiod (>=1.6)"
|
||||
echo "DO HAVE libgpiod (>= 1.6 < 2.0)"
|
||||
elif test "x$have_libgpiod" = xyes; then
|
||||
echo "DO HAVE libgpiod"
|
||||
echo "DO HAVE libgpiod (< 1.6)"
|
||||
else
|
||||
echo "DON'T HAVE libgpiod"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user