mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
"elf.h" header file is found (assumption was System V.4, which made later configure tests fail). Make myself maintainer of this port (as suggested by the previous maintainer: joerg).
16 lines
396 B
Text
16 lines
396 B
Text
--- configure.orig Tue Sep 24 01:02:28 1996
|
|
+++ configure Fri Dec 4 20:39:15 1998
|
|
@@ -872,4 +872,5 @@
|
|
done
|
|
|
|
+if test $ac_cv_lib_elf = yes; then
|
|
ac_safe=`echo "elf.h" | tr './\055' '___'`
|
|
echo $ac_n "checking for elf.h""... $ac_c" 1>&6
|
|
@@ -893,4 +894,7 @@
|
|
fi
|
|
rm -f conftest*
|
|
+fi
|
|
+else
|
|
+ eval "ac_cv_header_$ac_safe=no"
|
|
fi
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|