提交 0f6a6c31 authored 作者: Michael Jerris's avatar Michael Jerris

don't make 64 bit build default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6240 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0ac9a163
...@@ -123,9 +123,9 @@ case "$host" in ...@@ -123,9 +123,9 @@ case "$host" in
;; ;;
esac esac
# Enable debugging # Enable 64 bit build
AC_ARG_ENABLE(64, AC_ARG_ENABLE(64,
[AC_HELP_STRING([--enable-64],[build with 64 bit support])],[enable_64="$enable_64"],[enable_64="yes"]) [AC_HELP_STRING([--enable-64],[build with 64 bit support])],[enable_64="$enable_64"],[enable_64="no"])
# tweak compiler specific flags # tweak compiler specific flags
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论