mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
contrib: fix syntax error in "configure-for-system.sh"
This commit is contained in:
parent
a1de6810df
commit
8686eb5927
1 changed files with 2 additions and 2 deletions
|
|
@ -305,9 +305,9 @@ else
|
|||
fi
|
||||
|
||||
if [ -z "$P_BUILD_TYPE" ] ; then
|
||||
if [ -d ./build -a ! -f ./configure] ; then
|
||||
if [ -d ./build -a ! -f ./configure ] ; then
|
||||
P_BUILD_TYPE=meson
|
||||
elif [ ! -d ./build -a -f ./configure] ; then
|
||||
elif [ ! -d ./build -a -f ./configure ] ; then
|
||||
P_BUILD_TYPE=autotools
|
||||
else
|
||||
P_BUILD_TYPE=autotools
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue