]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Freetdm: Fix for 64-bit check on Ubuntu
authorDavid Yat Sin <dyatsin@sangoma.com>
Fri, 6 Jul 2012 19:23:37 +0000 (15:23 -0400)
committerDavid Yat Sin <dyatsin@sangoma.com>
Fri, 6 Jul 2012 19:23:37 +0000 (15:23 -0400)
libs/freetdm/configure.ac

index cb7f9afd4d3546f8b699b2b7f9ebd37916f9ee41..b4c9cda8ab7463608d15389deeacfc07514a78fd 100644 (file)
@@ -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"])
 
 if test "${HAVE_SNG_ISDN}" = "yes"; then
-       if test "${build}" == "${host}"
+       if test "${build}" = "${host}"
        then
                case "${host}" in
                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"])
 
 if test "${HAVE_SNG_SS7}" = "yes"; then
-       if test "${build}" == "${host}"
+       if test "${build}" = "${host}"
        then
                case "${host}" in
                x86_64-*)