emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Wed, 29 Sep 2004 05:59:48 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.369 emacs/configure.in:1.370
*** emacs/configure.in:1.369    Sat Sep 25 20:41:08 2004
--- emacs/configure.in  Wed Sep 29 09:52:39 2004
***************
*** 1292,1298 ****
  if test "$emacs_cv_execshield" = 1; then
    AC_PATH_PROG(SETARCH, setarch, no)
    AC_SUBST(SETARCH)
!   if test "$setarch" != no && test "$machine" = "intel386"; then
      AC_DEFINE(HAVE_EXECSHIELD, 1,
      [Define to 1 if this OS has exec shield and we can handle it.])
    else
--- 1292,1298 ----
  if test "$emacs_cv_execshield" = 1; then
    AC_PATH_PROG(SETARCH, setarch, no)
    AC_SUBST(SETARCH)
!   if test "$SETARCH" != no && test "$machine" = "intel386"; then
      AC_DEFINE(HAVE_EXECSHIELD, 1,
      [Define to 1 if this OS has exec shield and we can handle it.])
    else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]