summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 0a8c0e4..5dfd7d3 100644
--- a/config.mk
+++ b/config.mk
@@ -64,10 +64,7 @@ ifeq (${stat64},1)
endif
ifeq (${verscmp},1)
- CFLAGS += -DHAVE_VERSCMP
- MAN_VERSCMP = available
-else
- MAN_VERSCMP = not available
+ CFLAGS += -DHAVE_STRVERSCMP
endif
ifeq (${xinerama},1)