source:
trunk/third/imlib/configure.athena
@
15942
Revision 15942, 108 bytes checked in by ghudson, 24 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | case $ATHENA_HOSTTYPE in |
4 | sun4) |
5 | ./configure "$@" --disable-shm |
6 | ;; |
7 | *) |
8 | ./configure "$@" |
9 | ;; |
10 | esac |
Note: See TracBrowser
for help on using the repository browser.