summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 2a6ae40096..0752d3b171 100755
--- a/configure
+++ b/configure
@@ -1807,8 +1807,9 @@ fi
echo "TOOLS=$tools" >> $config_host_mak
roms=
-if test "$cpu" = "i386" -o "$cpu" = "x86_64" ; then
- roms="pc-bios/optionrom"
+if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
+ "$targetos" != "Darwin" ; then
+ roms="optionrom"
fi
echo "ROMS=$roms" >> $config_host_mak