source: trunk/third/gtk/configure.athena @ 16147

Revision 16147, 121 bytes checked in by ghudson, 23 years ago (diff)
Disable X Input Method support on IRIX, due to buggy IRIX support for it (control modifier is missing).
  • Property svn:executable set to *
Line 
1#!/bin/sh
2case $OS in
3irix)
4  options=--disable-xim
5  ;;
6*)
7  options=
8  ;;
9esac
10./configure --disable-rebuilds $options
Note: See TracBrowser for help on using the repository browser.