contrib: fix syntax error in "configure-for-system.sh"

This commit is contained in:
Thomas Haller 2022-09-08 15:29:10 +02:00
parent a1de6810df
commit 8686eb5927
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728

View File

@ -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