diff options
Diffstat (limited to 'net-im/imcom/files/patch-configure')
-rw-r--r-- | net-im/imcom/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/imcom/files/patch-configure b/net-im/imcom/files/patch-configure deleted file mode 100644 index 79e46787b3ab..000000000000 --- a/net-im/imcom/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |