Ignore:
Timestamp:
2018-07-13T19:38:31+12:00 (6 years ago)
Author:
sjm84
Message:

Minor change: clarifying comments before I start committing PDFPlugin restructuring related things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE/XPDFTOOLS.sh

    r32256 r32272  
    1818# succeeds and the xpdftool binaries produced work (even though our 32 bit LSB is i686).
    1919arch=`uname -m`
     20# Don't set -march if 64 bit (if uname -m comes back with anything that contains 64)
     21# https://stackoverflow.com/questions/229551/string-contains-a-substring-in-bash
    2022if [[ $arch = *"64"* ]]; then
    2123    arch=
Note: See TracChangeset for help on using the changeset viewer.