summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:02:39 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-28 06:02:39 +0000
commit3babc490d761ee1a0c685033ec3e4db60d2144cd (patch)
tree1025d107064f7d4d5030dfc5c5ce7a9d48c2e607
parentUpdate to version 0.9 (diff)
Fix comment.
Submitted by: fjoe
Notes
Notes: svn path=/head/; revision=112445
-rw-r--r--lang/python/Makefile2
-rw-r--r--lang/python23/Makefile2
-rw-r--r--lang/python24/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 59648c58b0c8..9591ae05d10a 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-threads
.if defined(LDFLAGS)
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # defined(LDFLAGS)
-.endif # defined(WITH_THREADS)
+.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS+= --enable-unicode=ucs4
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 59648c58b0c8..9591ae05d10a 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-threads
.if defined(LDFLAGS)
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # defined(LDFLAGS)
-.endif # defined(WITH_THREADS)
+.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS+= --enable-unicode=ucs4
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 59648c58b0c8..9591ae05d10a 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-threads
.if defined(LDFLAGS)
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif # defined(LDFLAGS)
-.endif # defined(WITH_THREADS)
+.endif # !defined(WITHOUT_THREADS)
.if !defined(WITHOUT_UCS4) && !defined(WITH_UCS2)
CONFIGURE_ARGS+= --enable-unicode=ucs4