configure: fix dependencies on Arch

This commit is contained in:
Lephenixnoir 2021-02-05 16:10:32 +01:00
parent 8d00477b6a
commit b6584716e8
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if command -v apt >/dev/null 2>&1; then
pm_has="dpkg -s"
pm_install="sudo apt install"
elif command -v pacman >/dev/null 2>&1; then
deps="mpfr mpc gmp libpng ppl flex gcc git texinfo xz"
deps="mpfr libmpc gmp libpng ppl flex gcc git texinfo xz"
pm=pacman
pm_has="pacman -Qi"
pm_install="sudo pacman -S"