blob: 943385be54c04febadb81c525c6fb99dc419f387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
$NetBSD: patch-ab,v 1.7 2006/10/17 09:33:15 markd Exp $
--- configure.orig 2006-10-08 12:08:50.000000000 +1300
+++ configure
@@ -41734,7 +41734,7 @@ fi
-if test "x$compile_kexi_macros_plugin" == "xyes"; then
+if test "x$compile_kexi_macros_plugin" = "xyes"; then
compile_kexi_macros_plugin_TRUE=
compile_kexi_macros_plugin_FALSE='#'
else
@@ -41743,7 +41743,7 @@ else
fi
-if test "$compile_kexi_macros_plugin" == "yes"; then
+if test "$compile_kexi_macros_plugin" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define KEXI_MACROS_SUPPORT 1
@@ -42176,6 +42176,10 @@ else
version=""2.5""
fi
+if test -n "${PYVERSSUFFIX}"; then
+ version="${PYVERSSUFFIX}"
+fi
+
{ echo "$as_me:$LINENO: checking for Python$version" >&5
echo $ECHO_N "checking for Python$version... $ECHO_C" >&6; }
|