mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
use git submodule status instead of ls to check tunnel mode
This commit is contained in:
parent
9059c1f245
commit
884d4a1dca
1 changed files with 5 additions and 4 deletions
|
|
@ -25,12 +25,13 @@ enable_ffmpeg=yes
|
|||
enable_opus=yes
|
||||
enable_debug=no
|
||||
|
||||
TUNNEL_AVAILABLE=$(shell ls ../tunnel/configure.ac)
|
||||
|
||||
TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel)
|
||||
|
||||
ifneq ($(TUNNEL_AVAILABLE),)
|
||||
enable_tunnel=yes
|
||||
enable_gpl_third_parties=no
|
||||
enable_tunnel=yes
|
||||
enable_gpl_third_parties=no
|
||||
else
|
||||
enable_tunnel=no
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue