summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-28 08:27:15 +0200
committerportix <portix@gmx.net>2013-05-28 08:27:15 +0200
commit932fbf856a4ecafcffbcb0fdb37940a97b68f5b9 (patch)
treecb4b929ba37b4903207741941d9fc5a7dbdb3d9b
parent29c387a179be0414eaa0d3ef2d3127c20d571151 (diff)
parent4dc6efd9f7d72a068afb0046ded938aca522d582 (diff)
downloaddwb-932fbf856a4ecafcffbcb0fdb37940a97b68f5b9.zip
Merged in isd/dwb (pull request #4)
Portability fix: m4's --define is not posix
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index bf9ba279..8e549055 100644
--- a/config.mk
+++ b/config.mk
@@ -144,7 +144,7 @@ CFLAGS += -D_NETBSD_SOURCE
CFLAGS += $(shell pkg-config --cflags $(LIBS))
ifeq ($(shell pkg-config --exists '$(LIBSOUP) >= 2.38' && echo 1), 1)
-M4FLAGS += --define=WITH_LIBSOUP_2_38=1 -G
+M4FLAGS += -DWITH_LIBSOUP_2_38=1 -G
CFLAGS += -DWITH_LIBSOUP_2_38=1
endif