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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/configure.in [emacs-unicode-2]
Date: Wed, 29 Sep 2004 21:31:37 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.351.2.5 emacs/configure.in:1.351.2.6
*** emacs/configure.in:1.351.2.5        Wed Sep 29 07:22:20 2004
--- emacs/configure.in  Thu Sep 30 01:20:38 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]