Remove unnecessary line which creates a dependency on wx's png library.

This should allow the bitcoin binaries to run on ever so slightly more installs,
specifically those who use a different libpng library (many distros use 1.4 which is imcompatible with 1.2.
This commit is contained in:
Matt Corallo
2011-04-24 21:12:32 +02:00
parent 64ad448adc
commit 2d9b9fecd5
2 changed files with 1 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ tar -xzvf wxWidgets-2.9.0.tar.gz
cd wxWidgets-2.9.0
mkdir buildgtk
cd buildgtk
../configure --with-gtk --enable-debug --disable-shared --enable-monolithic
../configure --with-gtk --enable-debug --disable-shared --enable-monolithic --without-libpng --disable-svg
make
sudo su
make install