don't make 64 bit build default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6240 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0ac9a16321
commit
0f6a6c31a3
|
@ -123,9 +123,9 @@ case "$host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Enable debugging
|
||||
# Enable 64 bit build
|
||||
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
|
||||
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
|
||||
|
|
Loading…
Reference in New Issue