- Fix after objformat removal

PR:             109154
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-14 10:44:21 +00:00
parent 5f42e7f228
commit 820c35981a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185165

View File

@ -1,5 +1,41 @@
--- configure.orig Sat Jan 20 12:02:36 2007
+++ configure Sat Jan 20 12:02:42 2007
--- configure.orig Mon Jan 23 08:45:16 2006
+++ configure Wed Feb 14 08:00:58 2007
@@ -8844,7 +8844,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -12611,7 +12611,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -15826,7 +15826,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -18239,7 +18239,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -21267,7 +21267,7 @@
fi;