aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2011-05-21 14:14:34 +0200
committerMatt Corallo <[email protected]>2011-05-21 14:14:34 +0200
commit7ee8e5bf86d38e6cf9ad9dc94067ded922f8f3af (patch)
treeaa69b91b73a05dae5985afb0b89200ab67cebdd9 /src/makefile.osx
parentirc: #bitcoin is overflowing. split up into 100 randomly-joined channels. (diff)
downloaddiscoin-7ee8e5bf86d38e6cf9ad9dc94067ded922f8f3af.tar.xz
discoin-7ee8e5bf86d38e6cf9ad9dc94067ded922f8f3af.zip
Revert "OSX build tweaks (laszlo)"
This reverts commit 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 which removes support for building the Mac version of Bitcoin with UPnP support and UPnP disabled by default (which should be the default, according to the community vote and as its the default on all other platforms).
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 1e6993d69..4836ea3f4 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -47,7 +47,7 @@ OBJS= \
cryptopp/obj/sha.o \
cryptopp/obj/cpu.o
-ifeq (USE_UPNP, 1)
+ifdef USE_UPNP
LIBS += $(DEPSDIR)/lib/libminiupnpc.a
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif