mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 18:58:05 +02:00
configure: add --with-distro=generic
For now we'll just get a basic NM setup for GNOME.
This commit is contained in:
parent
b76d7cd240
commit
d4a6868735
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ if test "z$with_distro" = "z"; then
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
case $with_distro in
|
case $with_distro in
|
||||||
redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
|
redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo|generic) ;;
|
||||||
*)
|
*)
|
||||||
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
|
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue