/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

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

revision 1.351.2.5 by miles, Wed Sep 29 07:22:20 2004 UTC revision 1.351.2.6 by miles, Thu Sep 30 01:20:38 2004 UTC
# Line 1292  AC_CHECK_FILE(/proc/sys/kernel/exec-shie Line 1292  AC_CHECK_FILE(/proc/sys/kernel/exec-shie
1292  if test "$emacs_cv_execshield" = 1; then  if test "$emacs_cv_execshield" = 1; then
1293    AC_PATH_PROG(SETARCH, setarch, no)    AC_PATH_PROG(SETARCH, setarch, no)
1294    AC_SUBST(SETARCH)    AC_SUBST(SETARCH)
1295    if test "$setarch" != no && test "$machine" = "intel386"; then    if test "$SETARCH" != no && test "$machine" = "intel386"; then
1296      AC_DEFINE(HAVE_EXECSHIELD, 1,      AC_DEFINE(HAVE_EXECSHIELD, 1,
1297      [Define to 1 if this OS has exec shield and we can handle it.])      [Define to 1 if this OS has exec shield and we can handle it.])
1298    else    else

Legend:
Removed from v.1.351.2.5  
changed lines
  Added in v.1.351.2.6

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