From 69388a6a3cc4c615ac89b9b298c8e70a6ba6e311 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 Aug 2008 13:19:04 +0200 Subject: [PATCH] By mistake, we were setting PCI_USE_DNS on Linux automatically. Well spotted by Matthias Weidle. --- lib/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/configure b/lib/configure index d855a3c..d2f56f8 100755 --- a/lib/configure +++ b/lib/configure @@ -62,7 +62,6 @@ case $sys in ;; esac echo >>$c '#define PCI_HAVE_64BIT_ADDRESS' - echo >>$c '#define PCI_USE_DNS' ;; sunos) case $cpu in -- 2.39.2