Fix build/install error without objformat.

Pointed out by:	pav
This commit is contained in:
Norikatsu Shigemura 2008-01-03 18:04:18 +00:00
parent 518bef0fc2
commit 6d53999a54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204933

View file

@ -1,5 +1,14 @@
--- configure.orig Mon Apr 12 20:29:48 2004
+++ configure Sun May 22 00:46:57 2005
--- configure.orig 2004-04-12 20:29:48.000000000 +0900
+++ configure 2008-01-04 02:52:42.000000000 +0900
@@ -7763,7 +7763,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*)
@@ -19040,6 +19040,7 @@
# This can be used to rebuild libtool when needed