blob: d55e8471178ef0d8db0a49176146e07e711d0452 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build/libtool.m4.orig Wed Feb 7 16:51:07 2007
+++ build/libtool.m4 Wed Feb 7 16:51:49 2007
@@ -2073,7 +2073,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*)
|