diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-im/imcom/files/patch-configure | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
Notes
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 |