Ignore:
Timestamp:
2010-12-17T14:04:10+13:00 (13 years ago)
Author:
sjm84
Message:

Committing 64 bit changes into the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/branches/64_bit_Greenstone/greenstone2/common-src/configure.in

    r23356 r23508  
    216216AC_PROG_RANLIB
    217217
    218 AC_MSG_CHECKING(to see if architecture is 64-bit)
    219 arch_64bit=no
    220 case "$host_cpu" in
    221 x86_64) arch_64bit=yes ;;
    222 esac
    223 
    224 if test "$arch_64bit" = yes; then
    225   AC_MSG_RESULT(yes)
    226   if test -z "$COMPAT32BITFLAGS" ; then
    227     COMPAT32BITFLAGS="-m32"
    228   fi
    229 else
    230   AC_MSG_RESULT(no)
    231   if test -z "$COMPAT32BITFLAGS" ; then
    232     COMPAT32BITFLAGS=
    233   fi
    234 fi
    235 
    236 # Only need compat32bitflag if using MG or MGPP
    237 if test "$ENABLE_MG" = "0" ; then
    238   COMPAT32BITFLAGS=
    239 else
    240   if test "$ENABLE_MGPP" = "0" ; then
    241     COMPAT32BITFLAGS=
    242   fi
    243 fi
    244 
    245 export COMPAT32BITFLAGS
    246 AC_SUBST(COMPAT32BITFLAGS)
    247 
     218dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
     219dnl arch_64bit=no
     220dnl case "$host_cpu" in
     221dnl x86_64) arch_64bit=yes ;;
     222dnl esac
    248223
    249224#moved CORBA MICO directory test to get version of MICO
Note: See TracChangeset for help on using the changeset viewer.