mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
24786df1a2
"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).
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
--- 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
|