diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 06:02:39 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-28 06:02:39 +0000 |
commit | 3babc490d761ee1a0c685033ec3e4db60d2144cd (patch) | |
tree | 1025d107064f7d4d5030dfc5c5ce7a9d48c2e607 /lang/python24 | |
parent | 732b88a62bd7a61e08bb780658d859324b8963ec (diff) |
Notes
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |