mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
Freetdm: Fix for 64-bit check on Ubuntu
This commit is contained in:
parent
9ca929218f
commit
f509b708a7
@ -313,7 +313,7 @@ AC_MSG_RESULT([checking whether to build ftmod_sangoma_isdn... ${HAVE_SNG_ISDN}]
|
|||||||
AM_CONDITIONAL([HAVE_SNG_ISDN], [test "${HAVE_SNG_ISDN}" = "yes"])
|
AM_CONDITIONAL([HAVE_SNG_ISDN], [test "${HAVE_SNG_ISDN}" = "yes"])
|
||||||
|
|
||||||
if test "${HAVE_SNG_ISDN}" = "yes"; then
|
if test "${HAVE_SNG_ISDN}" = "yes"; then
|
||||||
if test "${build}" == "${host}"
|
if test "${build}" = "${host}"
|
||||||
then
|
then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
x86_64-*)
|
x86_64-*)
|
||||||
@ -334,7 +334,7 @@ AC_MSG_RESULT([checking whether to build ftmod_sangoma_ss7... ${HAVE_SNG_SS7}])
|
|||||||
AM_CONDITIONAL([HAVE_SNG_SS7], [test "${HAVE_SNG_SS7}" = "yes"])
|
AM_CONDITIONAL([HAVE_SNG_SS7], [test "${HAVE_SNG_SS7}" = "yes"])
|
||||||
|
|
||||||
if test "${HAVE_SNG_SS7}" = "yes"; then
|
if test "${HAVE_SNG_SS7}" = "yes"; then
|
||||||
if test "${build}" == "${host}"
|
if test "${build}" = "${host}"
|
||||||
then
|
then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
x86_64-*)
|
x86_64-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user