From 672eff9ed47aaae0de76091e017b526fc56ccfd4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 7 Jan 2001 09:38:00 +0000 Subject: Oops. -v, not --v. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a4c5d1a..b09a4d99 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 -- cgit v1.2.3