/[emacs]/emacs/configure
ViewVC logotype

Diff of /emacs/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119.2.6 by miles, Sat Sep 25 12:05:34 2004 UTC revision 1.119.2.7 by miles, Wed Sep 29 07:22:20 2004 UTC
# Line 4302  else Line 4302  else
4302  fi  fi
4303    
4304  if test "$emacs_cv_execshield" = 1; then  if test "$emacs_cv_execshield" = 1; then
4305     # Extract the first word of "setarch", so it can be a program name with args.    # Extract the first word of "setarch", so it can be a program name with args.
4306  set dummy setarch; ac_word=$2  set dummy setarch; ac_word=$2
4307  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
4308  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
# Line 4343  echo "${ECHO_T}no" >&6 Line 4343  echo "${ECHO_T}no" >&6
4343  fi  fi
4344    
4345    
4346     if test "$setarch" != no; then    if test "$setarch" != no && test "$machine" = "intel386"; then
4347    
4348  cat >>confdefs.h <<\_ACEOF  cat >>confdefs.h <<\_ACEOF
4349  #define HAVE_EXECSHIELD 1  #define HAVE_EXECSHIELD 1
4350  _ACEOF  _ACEOF
4351    
4352     fi    else
4353        case "`cat /proc/sys/kernel/exec-shield`" in
4354          0) ;;
4355          *)
4356            { { echo "$as_me:$LINENO: error: Exec-shield is turned on.
4357    Emacs can not dump itself if exec-shield is turned on.
4358    See \`etc/PROBLEMS' for further information." >&5
4359    echo "$as_me: error: Exec-shield is turned on.
4360    Emacs can not dump itself if exec-shield is turned on.
4361    See \`etc/PROBLEMS' for further information." >&2;}
4362       { (exit 1); exit 1; }; }
4363        esac
4364      fi
4365  fi  fi
4366    
4367  #### Extract some information from the operating system and machine files.  #### Extract some information from the operating system and machine files.

Legend:
Removed from v.1.119.2.6  
changed lines
  Added in v.1.119.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26