mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
nat-pmp: use same rule for define and conditional
If we add the define, we must also build the file. Change-Id: Id336770ed7f7df02e26074b01aed25bad75f9288
This commit is contained in:

committed by
Sébastien Blin

parent
5eb9247b91
commit
a9b373ae39
@ -621,7 +621,7 @@ AS_IF([test "x$with_natpmp" != xno],
|
||||
AC_DEFINE_UNQUOTED([HAVE_LIBNATPMP],
|
||||
`if test "x$with_natpmp" != xno; then echo 1; else echo 0; fi`,
|
||||
[Define if you have libnatpmp])
|
||||
AM_CONDITIONAL([BUILD_NATPMP], test "x$with_natpmp" = "xyes")
|
||||
AM_CONDITIONAL([BUILD_NATPMP], test "x$with_natpmp" != "xno")
|
||||
|
||||
# SHM
|
||||
dnl check for shm
|
||||
|
Reference in New Issue
Block a user