source: trunk/third/imlib/configure.athena @ 15942

Revision 15942, 108 bytes checked in by ghudson, 24 years ago (diff)
Rename HOSTTYPE to ATHENA_HOSTTYPE in the build system, because bash 2.04 (/bin/sh on Red Hat 7) stomps on HOSTTYPE.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3case $ATHENA_HOSTTYPE in
4sun4)
5        ./configure "$@" --disable-shm
6        ;;
7*)
8        ./configure "$@"
9        ;;
10esac
Note: See TracBrowser for help on using the repository browser.