blob: 2aa1daaaa21b404b0886c4c19d16a3c48a40b21b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../dist/configure.foo Sun Feb 4 14:10:01 2007
+++ ../dist/configure Sun Feb 4 14:11:26 2007
@@ -7002,7 +7002,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*)
|