blob: 79e46787b3ab9856a14365c982bb9491898a2e3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri Jul 16 15:52:26 2004
+++ configure Fri Jul 16 15:52:32 2004
@@ -1277,7 +1277,7 @@
HAVE_PY_LIB_expat=$ac_cv_py_have_expat;
fi
-if [ $HAVE_PY_LIB_expat == false ]; then
+if [ $HAVE_PY_LIB_expat = false ]; then
{
echo "expat is a required module... aborting.";
exit
@@ -1325,7 +1325,7 @@
HAVE_PY_LIB_codecs=$ac_cv_py_have_codecs;
fi
-if [ $HAVE_PY_LIB_codecs == false ]; then
+if [ $HAVE_PY_LIB_codecs = false ]; then
{
echo "codecs is a required module... aborting.";
exit
|