Ignore:
Timestamp:
2011-01-25T14:48:39+13:00 (13 years ago)
Author:
sjm84
Message:

Adding the latest trunk changes as well as tidying up several files and removing more -m32 stuff

Location:
main/branches/64_bit_Greenstone/greenstone3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/branches/64_bit_Greenstone/greenstone3

  • main/branches/64_bit_Greenstone/greenstone3/src/packages/javagdbm/configure.in

    r21433 r23632  
    4242AC_PROG_LN_S
    4343
    44 AC_MSG_CHECKING(to see if architecture is 64-bit)
    45 arch_64bit=no
    46 case "$host_cpu" in
    47 x86_64) arch_64bit=yes ;;
    48 esac
    49 
    50 if test "$arch_64bit" = yes; then
    51   AC_MSG_RESULT(yes)
    52   if test -z "$COMPAT32BITFLAGS" ; then
    53     COMPAT32BITFLAGS="-m32"
    54   fi
    55 else
    56   AC_MSG_RESULT(no)
    57   if test -z "$COMPAT32BITFLAGS" ; then
    58     COMPAT32BITFLAGS=
    59   fi
    60 fi
    61 
    62 # Only need compat32bitflag if using MG or MGPP
    63 if test "$ENABLE_MG" = "0" ; then
    64   COMPAT32BITFLAGS=
    65 else
    66   if test "$ENABLE_MGPP" = "0" ; then
    67     COMPAT32BITFLAGS=
    68   fi
    69 fi
    70 
    71 export COMPAT32BITFLAGS
    72 AC_SUBST(COMPAT32BITFLAGS)
    73 
    74 
     44dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
     45dnl arch_64bit=no
     46dnl case "$host_cpu" in
     47dnl x86_64) arch_64bit=yes ;;
     48dnl esac
    7549
    7650AC_CHECK_SIZEOF(void *)
Note: See TracChangeset for help on using the changeset viewer.