Fix declaration of PBX_CURL for ./configure --without-libcurl

When `--without-libcurl` is used PBX_CURL is never set.  Set default
value 0 so the proper value is passed to menuselect.

Change-Id: I03e2842a00899cbca2dbde52bb1f6636d54bae1e
This commit is contained in:
Corey Farrell
2018-07-13 23:44:53 -04:00
parent b97b39fe1b
commit 871715f77c
2 changed files with 2 additions and 3 deletions

2
configure vendored
View File

@@ -10229,6 +10229,7 @@ fi
PBX_CURL=0
@@ -10568,7 +10569,6 @@ _ACEOF
else
unset CURL_LIB
unset CURL_INCLUDE
PBX_CURL=0
fi
fi