source:
trunk/third/gtk/configure.athena
@
16147
Revision 16147, 121 bytes checked in by ghudson, 23 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | case $OS in |
3 | irix) |
4 | options=--disable-xim |
5 | ;; |
6 | *) |
7 | options= |
8 | ;; |
9 | esac |
10 | ./configure --disable-rebuilds $options |
Note: See TracBrowser
for help on using the repository browser.