From 9297f1ed15a4707b1b59c5c347d7185ee0bb3ef8 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Fri, 20 May 2011 17:26:52 +0200 Subject: [PATCH] configure: Set OS/2 objformat to a.out. Signed-off-by: Diego Biurrun --- configure | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 configure diff --git a/configure b/configure old mode 100755 new mode 100644 index 96867a550e..634edd54d3 --- a/configure +++ b/configure @@ -2473,6 +2473,7 @@ case $target_os in ;; os/2*) ln_s="cp -f" + objformat="aout" add_ldflags -Zomf -Zbin-files -Zargs-wild -Zmap SHFLAGS='$(SUBDIR)$(NAME).def -Zdll -Zomf' FFSERVERLDFLAGS="" -- 2.11.0