1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/imcom/files/patch-configure
Kirill Ponomarev 7d17256509 Update to 1.33
PR:		ports/69153
Submitted by:	maintainer
2004-07-17 11:41:50 +00:00

21 lines
524 B
Plaintext

--- 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