Changeset 13512


Ignore:
Timestamp:
2006-12-14T17:08:29+13:00 (17 years ago)
Author:
kjdon
Message:

forgot to add in variable and configure option for enabling accentfolding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gs2build-extra/packages.configure

    r13507 r13512  
    2121ENVIRONMENT=""
    2222
     23# accentfolding enabled by default - switch it off with --disable-accentfold
     24ENABLE_ACCENTFOLD=true
     25
    2326# parse any arguments given from toplevel configure
    2427while test $# -ne 0; do
     
    3740        CACHE_FILE="--cache-file=$cache_file"
    3841        fi
     42        ;;
     43    --disable-accentfold)
     44        ENABLE_ACCENTFOLD=false
    3945        ;;
    4046    --prefix=*)
Note: See TracChangeset for help on using the changeset viewer.