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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Fri, 04 Mar 2005 11:46:06 -0500

Index: emacs/configure.in
diff -c emacs/configure.in:1.381 emacs/configure.in:1.382
*** emacs/configure.in:1.381    Wed Jan 19 19:08:59 2005
--- emacs/configure.in  Fri Mar  4 16:45:54 2005
***************
*** 125,130 ****
--- 125,135 ----
                            specify install directory for Emacs.app on Mac OS 
X]],
  [ carbon_appdir_x=${enableval}])
  
+ AC_ARG_ENABLE(asserts,
+ [  --enable-asserts        compile code with asserts enabled],
+       USE_XASSERTS=$enableval,
+       USE_XASSERTS=no)
+ 
  AC_ARG_ENABLE(maintainer-mode,
  [  --enable-maintainer-mode enable make rules and dependencies not useful
                            (and sometimes confusing) to the casual installer],
***************
*** 3096,3114 ****
  echo "  Does Emacs use X toolkit scroll bars?                   
${USE_TOOLKIT_SCROLL_BARS}"
  echo
  
! if test "$emacs_cv_randomheap" = warn; then 
!   AC_MSG_WARN([
! **********************************************************************
! 
! 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.
! 
! **********************************************************************
! ])
  fi
  
  # Remove any trailing slashes in these variables.
  [test "${prefix}" != NONE &&
    prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
--- 3101,3115 ----
  echo "  Does Emacs use X toolkit scroll bars?                   
${USE_TOOLKIT_SCROLL_BARS}"
  echo
  
! if test $USE_XASSERTS = yes; then
!    echo "  Compiling with asserts turned on."
!    CFLAGS="$CFLAGS -DXASSERTS=1"
!    CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
!    echo
  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]