summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a4c5d1..b09a4d9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ MANDIR:=/usr/local/man
INCDIR:=/usr/local/include
# Need libc6 for this. Should covert to autoconf.
-ifneq ($(shell ldd --v | fgrep 2.2),)
+ifneq ($(shell ldd -v | fgrep 2.2),)
DO_IPV6=1
endif