]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Oops. -v, not --v.
authorRusty Russell <rusty@linuxcare.com.au>
Sun, 7 Jan 2001 09:38:00 +0000 (09:38 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 7 Jan 2001 09:38:00 +0000 (09:38 +0000)
Makefile

index 1a4c5d1a26250a74f9c7a2141abf07aaf2f88760..b09a4d99837f4aeeb8addf349e12701e9a96c3f9 100644 (file)
--- 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