makefile.unix: Fixed errors building bitcoind without wxWidgets installed.
authorMatt Giuca <matt.giuca@gmail.com>
Fri, 25 Feb 2011 22:12:42 +0000 (09:12 +1100)
committerMatt Giuca <matt.giuca@gmail.com>
Fri, 25 Feb 2011 22:12:42 +0000 (09:12 +1100)
commit84778a5b465bce7d30532eab30f5befe92bfbd13
treef33a739f3be4df6f74050dbdc4bf1083adeefe78
parent3415b15a56e2ffec16c831d5994b969daa65dc2b
makefile.unix: Fixed errors building bitcoind without wxWidgets installed.
    WXINCLUDEPATHS and WXLIBS now assigned with '=' instead of ':='.
    This means they are only evaluated on-demand, and they will never be
    requested by 'make bitcoind', so it won't try to call wx-config.
makefile.unix