diff --git a/configure b/configure index 07764740dc..95f3d06a8b 100755 --- a/configure +++ b/configure @@ -15774,7 +15774,7 @@ else PBX_JANSSON=1 fi -source ./third-party/versions.mak +. ./third-party/versions.mak # Find required JWT support if bundled is not enabled. if test "$LIBJWT_BUNDLED" = "no" ; then diff --git a/configure.ac b/configure.ac index 0e1a11eeda..24f9ba219d 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,7 @@ else PBX_JANSSON=1 fi -source ./third-party/versions.mak +. ./third-party/versions.mak # Find required JWT support if bundled is not enabled. if test "$LIBJWT_BUNDLED" = "no" ; then AST_PKG_CONFIG_CHECK([LIBJWT], [libjwt >= $LIBJWT_VERSION])