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

A configure to propagate the ARCH_DEP_FLAGS variable and Makefiles that use it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/packages/unac/configure.ac

    r25148 r25172  
    5656AC_CHECK_FUNCS(vsnprintf)
    5757
     58dnl AC_MSG_CHECKING(to see if architecture is 64-bit)
     59dnl arch_64bit=no
     60dnl case "$host_cpu" in
     61dnl x86_64) arch_64bit=yes ;;
     62dnl esac
     63if test -z "$ARCH_DEP_FLAGS" ; then
     64    ARCH_DEP_FLAGS=
     65fi
     66AC_SUBST(ARCH_DEP_FLAGS)
     67
    5868AC_OUTPUT(Makefile)
Note: See TracChangeset for help on using the changeset viewer.