summaryrefslogtreecommitdiff
blob: 7cec4d4929c4119f8fd21aa6df853db7b5e5f8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- skencil-0.6/setup.py	2007-04-21 04:10:05.000000000 +0200
+++ skencil-0.6-1/setup.py	2007-05-09 06:47:17.000000000 +0200
@@ -642,6 +642,8 @@
             flags['sketch']['imaging-include'] = value
         elif arg == '--with-nls':
             flags['intl']['files'] = 'intl intl.c'
+        elif arg == '--without-nls':
+            flags['intl']['files'] = ''
         elif arg == '--tk-flags':
             flags['tk']['flags'] = value
         elif arg == '--tk-autoconf':