Ignore:
Timestamp:
2012-03-02T11:01:59+13:00 (12 years ago)
Author:
jmt12
Message:

Propagating ARCH_DEP_FLAGS. It appears that you need to at least reissue the AC_SUBST command even for variables that have been exported in 'higher' configures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mgpp/configure.in

    r25148 r25170  
    3333fi
    3434AC_SUBST(ENABLE_JAVA)
     35
     36dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
     37dnl arch_64bit=no
     38dnl case "$host_cpu" in
     39dnl x86_64) arch_64bit=yes ;;
     40dnl esac
     41if test -z "$ARCH_DEP_FLAGS" ; then
     42    ARCH_DEP_FLAGS=
     43fi
     44AC_SUBST(ARCH_DEP_FLAGS)
    3545
    3646dnl
Note: See TracChangeset for help on using the changeset viewer.