blob: d11e5372bf6d6fb73593f4982cbcdd1a5e02931f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
--- libltdl/configure.orig 2008-02-02 18:16:08.000000000 +0100
+++ libltdl/configure 2008-09-23 11:28:19.000000000 +0200
@@ -7954,7 +7954,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=elf
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -11518,7 +11518,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=elf
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -14519,7 +14519,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=elf
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
@@ -16804,7 +16804,7 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ objformat=elf
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
|