aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-04-05 07:34:45 -0700
committerGavin Andresen <[email protected]>2012-04-05 07:34:45 -0700
commit895c12943b1845411fb0282c17683c7b29a61459 (patch)
tree2caa1690cc54c3f1c80b01248a898f6baa2d8e9b /doc
parentMerge pull request #1037 from gavinandresen/addmultisigenable (diff)
parentRemove USE_SSL #define (diff)
downloaddiscoin-895c12943b1845411fb0282c17683c7b29a61459.tar.xz
discoin-895c12943b1845411fb0282c17683c7b29a61459.zip
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt
index 977780c9e..051a2151b 100644
--- a/doc/release-process.txt
+++ b/doc/release-process.txt
@@ -79,7 +79,7 @@
Gavin also had trouble with the macports py27-appscript package; he
ended up installing a version that worked with: /usr/bin/easy_install-2.7 appscript
- qmake RELEASE=1 USE_SSL=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro
+ qmake RELEASE=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro
make
export QTDIR=/opt/local/share/qt4 # needed to find translations/qt_*.qm files
T=$(contrib/qt_translations.py $QTDIR/translations src/qt/locale)