Fix typo in configure

This commit is contained in:
Oleksandr Kravchuk 2019-06-25 22:28:35 +02:00
parent 09aee8a42b
commit e08a91245d

2
configure vendored
View File

@ -1397,7 +1397,7 @@ EOF
elif [ "$DEV" != no -a "$UDEV" != no ]; then
echo "no"
if [ -n "$UDEV" ]; then
echo "udev has been explicity requested ... aborting" >&2
echo "udev has been explicitly requested ... aborting" >&2
exit 1
fi
fi