Fix to display verbose message in some config tests

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/29/head
OBATA Akio 4 years ago
parent b79f0a7caa
commit e37e24181b

@ -45,7 +45,7 @@ else
done
if [ -z "$F" ]; then
CUPS=no
[ "VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
[ "$VERBOSE" = "yes" ] && echo " Could not find CUPS lib anywhere in $LIBDIRS"
fi
done
fi

@ -50,7 +50,7 @@ else
done
if [ -z "$F" ]; then
NIS=no
[ "VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS"
[ "$VERBOSE" = "yes" ] && echo " Could not find NIS lib anywhere in $LIBDIRS"
fi
done
fi

@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do
done
if [ -z "$F" ]; then
XINPUT=no
[ "VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS"
[ "$VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS"
fi
# check for XInput.h and the IRIX wacom.h

Loading…
Cancel
Save