From 7d17256509b1b1782a847efde88f9ade9d2a417d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 17 Jul 2004 11:41:50 +0000 Subject: Update to 1.33 PR: ports/69153 Submitted by: maintainer --- net/imcom/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/imcom/files/patch-configure (limited to 'net/imcom/files/patch-configure') diff --git a/net/imcom/files/patch-configure b/net/imcom/files/patch-configure new file mode 100644 index 000000000000..79e46787b3ab --- /dev/null +++ b/net/imcom/files/patch-configure @@ -0,0 +1,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 -- cgit v1.2.3