- Fix WANT_WX (broken since autodetection commit).

Reported by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Alejandro Pulver 2007-01-04 13:02:26 +00:00
parent 512c81064a
commit 27ce134ab9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181404

View File

@ -261,6 +261,7 @@ _WX_PYSUFX= -ansi
# Fill _HAVE_WX with the installed components.
. undef _HAVE_WX
. for __WANT_WX in ${_WANT_WX}
# Check if _WANT_WX contains more than one word.
. if defined(_HAVE_WX)