blob: 2f0bcbffcca274e911c0de7a56eb61fd3df171a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2003/01/05 19:26:20 jlam Exp $
--- src/Makefile.global.in.orig Thu Dec 20 16:23:05 2001
+++ src/Makefile.global.in
@@ -123,6 +123,7 @@ with_CXX = @with_CXX@
with_java = @with_java@
with_perl = @with_perl@
with_python = @with_python@
+with_python_compile = @with_python_compile@
with_tcl = @with_tcl@
with_tk = @with_tk@
enable_odbc = @enable_odbc@
|