emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure
Date: Wed, 06 Oct 2004 08:35:53 -0400

Index: emacs/configure
diff -c emacs/configure:1.137 emacs/configure:1.138
*** emacs/configure:1.137       Wed Oct  6 07:24:40 2004
--- emacs/configure     Wed Oct  6 12:28:31 2004
***************
*** 7854,7879 ****
  _ACEOF
  
    else
!     { echo "$as_me:$LINENO: WARNING:
! **********************************************************************
! 
! Heap start address is randomized and no workaround is known.
! Emacs will probably dump core when temacs is run in the build phase.
! Maybe exec-shield is turned on.  Read about exec-shield in \`etc/PROBLEMS'
! for further information.
! 
! **********************************************************************
! " >&5
! echo "$as_me: WARNING:
! **********************************************************************
! 
! Heap start address is randomized and no workaround is known.
! Emacs will probably dump core when temacs is run in the build phase.
! Maybe exec-shield is turned on.  Read about exec-shield in \`etc/PROBLEMS'
! for further information.
! 
! **********************************************************************
! " >&2;}
    fi
  fi
  
--- 7854,7860 ----
  _ACEOF
  
    else
!         emacs_cv_randomheap=warn
    fi
  fi
  
***************
*** 21452,21457 ****
--- 21433,21461 ----
  echo "  Does Emacs use X toolkit scroll bars?                   
${USE_TOOLKIT_SCROLL_BARS}"
  echo
  
+ if test "$emacs_cv_randomheap" = warn; then
+   { echo "$as_me:$LINENO: WARNING:
+ **********************************************************************
+ 
+ Heap start address is randomized and no workaround is known.
+ Emacs will probably dump core when temacs is run in the build phase.
+ Maybe exec-shield is turned on.  Read about exec-shield in \`etc/PROBLEMS'
+ for further information.
+ 
+ **********************************************************************
+ " >&5
+ echo "$as_me: WARNING:
+ **********************************************************************
+ 
+ Heap start address is randomized and no workaround is known.
+ Emacs will probably dump core when temacs is run in the build phase.
+ Maybe exec-shield is turned on.  Read about exec-shield in \`etc/PROBLEMS'
+ for further information.
+ 
+ **********************************************************************
+ " >&2;}
+ fi
+ 
  # Remove any trailing slashes in these variables.
  test "${prefix}" != NONE &&
    prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`




reply via email to

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