Ignore:
Timestamp:
2010-07-12T15:06:25+12:00 (14 years ago)
Author:
sjm84
Message:

Greenstone 2 now compiles and installs on 64-bit linux machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure.in

    r22058 r22378  
    216216  AC_MSG_RESULT(yes)
    217217  if test -z "$COMPAT32BITFLAGS" ; then
    218     COMPAT32BITFLAGS="-m32"
     218    if test "$ENABLE_MG" = "1" -o "$ENABLE_MGPP" = "1" ; then
     219      COMPAT32BITFLAGS="-m32"
     220    fi
    219221  fi
    220222else
    221223  AC_MSG_RESULT(no)
    222224  if test -z "$COMPAT32BITFLAGS" ; then
    223     COMPAT32BITFLAGS=
    224   fi
    225 fi
    226 
    227 # Only need compat32bitflag if using MG or MGPP
    228 if test "$ENABLE_MG" = "0" ; then
    229   COMPAT32BITFLAGS=
    230 else
    231   if test "$ENABLE_MGPP" = "0" ; then
    232225    COMPAT32BITFLAGS=
    233226  fi
Note: See TracChangeset for help on using the changeset viewer.