From 30f779debfef7e8718ce1b6e8941e575b1331695 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 21 Sep 1998 00:04:36 +0000 Subject: Convert to ELF. These changes are based on a recent thread on the -current mailing list and at least partial credit goes to the following people for this commit: Joachim Kuebart Ollivier Robert NOTE: Kerberos support has been temporarily turned off until someone can make it work. --- x11/XFree86/scripts/configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11/XFree86/scripts/configure') diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 8be93543648e..299a38014150 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -246,7 +246,8 @@ cat <<'END' will not be enabled if the kerberos libraries are unavailable. END -yesno "Do you want to enable KerberosIV support? [YES] " +#yesno "Do you want to enable KerberosIV support? [YES] " +answ=NO cpkb=NO if [ $answ = YES ]; then LIBKRB=/usr/lib/libkrb.a @@ -267,6 +268,11 @@ if [ $cpkb != NO ]; then echo "#define HasKrb4 $answ" >> $F fi +# ELF detection +test `sysctl -n kern.osreldate` -ge 300004 && + test `objformat` = elf && + echo "#define UseElfFormat YES" >> $F + echo echo "End of configuration questions. No more user input required" echo -- cgit v1.2.3