aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2004-10-23 13:55:23 +0000
committerJonathan Gray2004-10-23 13:55:23 +0000
commitd168ce9394ade21ac39740dfca1aa61f3566250b (patch)
tree3b6a1e1f8ac9cc6e13f71e0d47be10b0f12a2b54
parente14b69d18d1c0f6f9c613eb163f2767e4293aa92 (diff)
downloadscummvm-rg350-d168ce9394ade21ac39740dfca1aa61f3566250b.tar.gz
scummvm-rg350-d168ce9394ade21ac39740dfca1aa61f3566250b.tar.bz2
scummvm-rg350-d168ce9394ade21ac39740dfca1aa61f3566250b.zip
OpenBSD is _not_ a.out on i386/amd64
svn-id: r15668
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index d5d3811d19..b4b3939a34 100755
--- a/configure
+++ b/configure
@@ -214,9 +214,6 @@ CheckNASM()
mingw* | cygwin*)
NASMFLAGS="-f win32"
;;
- openbsd*)
- NASMFLAGS="-f aoutb"
- ;;
*)
NASMFLAGS="-f elf"
;;