aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
;;