BuildSystem: Avoid == for comparison in ./configure.

ASTERISK-27709
Reported by: John Nemeth

Change-Id: I11b1ae8fd404c04066f1458f5d71f9536359d58d
This commit is contained in:
Alexander Traud
2018-03-02 12:12:17 +01:00
parent 0a452a5f1d
commit 4035582b64
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -13797,7 +13797,7 @@ fi
if test "x$JANSSON_LIB" == "x"; then
if test "${PBX_JANSSON}" != 1; then
as_fn_error $? "*** JSON support not found (this typically means the libjansson development package is missing)" "$LINENO" 5
fi