summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2014-11-01 16:56:51 +0100
committerMartin Mares <mj@ucw.cz>2014-11-01 16:56:51 +0100
commit4e35117cdba1a10f68ec9d88c5de6a0a39a11006 (patch)
treea7335845b5298a0214fe989e43c40fa801658956
parent66e0afd0ea5b913255038f7db5399d369854c71b (diff)
downloadpciutils-4e35117cdba1a10f68ec9d88c5de6a0a39a11006.tar.gz
Darwin: Yet more renaming
-rwxr-xr-xlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configure b/lib/configure
index a647d33..7890c4c 100755
--- a/lib/configure
+++ b/lib/configure
@@ -103,7 +103,7 @@ case $sys in
;;
darwin*)
- echo_n " darwin-device"
+ echo_n " darwin"
echo >>$c '#define PCI_HAVE_PM_DARWIN_DEVICE'
echo >>$m 'WITH_LIBS+=-lresolv -framework CoreFoundation -framework IOKit'
echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'