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/build-src/configure.in

    r23356 r23508  
    164164AC_PROG_RANLIB
    165165
    166 AC_MSG_CHECKING(to see if architecture is 64-bit)
    167 arch_64bit=no
    168 case "$host_cpu" in
    169 x86_64) arch_64bit=yes ;;
    170 esac
    171 
    172 if test "$arch_64bit" = yes; then
    173   AC_MSG_RESULT(yes)
    174   if test -z "$COMPAT32BITFLAGS" ; then
    175     COMPAT32BITFLAGS="-m32"
    176   fi
    177 else
    178   AC_MSG_RESULT(no)
    179   if test -z "$COMPAT32BITFLAGS" ; then
    180     COMPAT32BITFLAGS=
    181   fi
    182 fi
    183 
    184 # Only need compat32bitflag if using MG or MGPP
    185 if test "$ENABLE_MG" = "0" -a "$ENABLE_MGPP" = "0" ; then
    186   COMPAT32BITFLAGS=
    187 fi
    188 
    189 export COMPAT32BITFLAGS
    190 AC_SUBST(COMPAT32BITFLAGS)
    191 
     166dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
     167dnl arch_64bit=no
     168dnl case "$host_cpu" in
     169dnl x86_64) arch_64bit=yes ;;
     170dnl esac
    192171
    193172#moved CORBA MICO directory test to get version of MICO
Note: See TracChangeset for help on using the changeset viewer.