mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
freetdm: ss7 - added support for 64bit to configure.ac
This commit is contained in:
parent
d2691a7ff5
commit
118403c5bf
@ -205,6 +205,18 @@ if test "${have_sng_isdn}" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "${have_sng_ss7}" = "yes"; then
|
||||||
|
if test "${build}" == "${host}"
|
||||||
|
then
|
||||||
|
case "${host}" in
|
||||||
|
x86_64-*)
|
||||||
|
# X86_64 machines need additional flags when compiling against libsng_isdn
|
||||||
|
CFLAGS="$CFLAGS -DBIT_64 -DALIGN_64BIT"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
COMP_VENDOR_CFLAGS="$COMP_VENDOR_CFLAGS"
|
COMP_VENDOR_CFLAGS="$COMP_VENDOR_CFLAGS"
|
||||||
AC_SUBST(COMP_VENDOR_CFLAGS)
|
AC_SUBST(COMP_VENDOR_CFLAGS)
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user