summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-01-08 08:14:33 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-01-08 08:14:33 +0000
commit209820b1ea6b13c7f5dd65eb1f1737ff1945eee4 (patch)
tree8c06e0cde984984358ee2982d82f7984226e0914 /Makefile
parent7fef19493df86597941d7cd77bfbe6ed9b49aa08 (diff)
Fix Makefile (ldd -v doesn't work on my ldd).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 19b5c541..6d73c1b4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ BINDIR:=/usr/local/sbin
MANDIR:=/usr/local/man
INCDIR:=/usr/local/include
-# Need libc6 for this. Should covert to autoconf.
-ifneq ($(shell ldd -v | fgrep 2.2),)
+# Need libc6 for this. FIXME: Should covert to autoconf.
+ifneq ($(shell ldd --version 2>/dev/null | fgrep 2.2),)
DO_IPV6=1
endif