blob: c5c8096fc141372982da543699987e7432af8933 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Sun Oct 10 14:37:07 1999
+++ configure Sun Oct 10 14:37:29 1999
@@ -1429,7 +1429,7 @@
ELF_SYS=true
else
rm -rf conftest*
- if test "X$elf" = "Xyes"
+ if test "X$PORTOBJFORMAT" = "Xelf"
then
ELF_SYS=true
else
|