aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2011-05-24 16:31:15 -0700
committerJeff Garzik <jgarzik@exmulti.com>2011-05-24 16:31:15 -0700
commit54c465f25d793368869f7a399a524315c23c5b14 (patch)
tree65132e4ab3dc83d6a19f29ad8e7974fb107b507c
parent32a1753e61a7f60ec3b5fe6377bab7f863b83d3f (diff)
parent7ee8e5bf86d38e6cf9ad9dc94067ded922f8f3af (diff)
downloadbitcoin-54c465f25d793368869f7a399a524315c23c5b14.tar.xz
Merge pull request #250 from TheBlueMatt/macbuildfix
Revert "OSX build tweaks (laszlo)"
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 1e6993d69b..4836ea3f4f 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