mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7d17256509
PR: ports/69153 Submitted by: maintainer
21 lines
524 B
Plaintext
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
|