diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-12-20 12:36:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-12-20 12:36:07 +0200 |
commit | ed54ac8fdfe332c4ec6b9fd9331024d862ecad51 (patch) | |
tree | 1b7b6804b5b0d8d5450d70335d4d61cbcdd13590 /contrib/depends/config.site.in | |
parent | Merge pull request #4849 (diff) | |
parent | Cleanup leftovers from migrating depends from bitcoin (diff) | |
download | monero-ed54ac8fdfe332c4ec6b9fd9331024d862ecad51.tar.xz |
Merge pull request #4902
118db4f3 Cleanup leftovers from migrating depends from bitcoin (TheCharlatan)
Diffstat (limited to 'contrib/depends/config.site.in')
-rw-r--r-- | contrib/depends/config.site.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/depends/config.site.in b/contrib/depends/config.site.in index 0a4a9c327..dd91bcb2a 100644 --- a/contrib/depends/config.site.in +++ b/contrib/depends/config.site.in @@ -13,25 +13,6 @@ fi if test -z $with_qt_translationdir; then with_qt_translationdir=$depends_prefix/translations fi -if test -z $with_qt_bindir && test -z "@no_qt@"; then - with_qt_bindir=$depends_prefix/native/bin -fi -if test -z $with_protoc_bindir && test -z "@no_qt@"; then - with_protoc_bindir=$depends_prefix/native/bin -fi - - -if test -z $enable_wallet && test -n "@no_wallet@"; then - enable_wallet=no -fi - -if test -z $with_miniupnpc && test -n "@no_upnp@"; then - with_miniupnpc=no -fi - -if test -z $with_gui && test -n "@no_qt@"; then - with_gui=no -fi if test x@host_os@ = xdarwin; then BREW=no |