Diff for /parser3/Attic/configure.in between versions 1.62.2.5.2.2 and 1.62.2.5.2.3

version 1.62.2.5.2.2, 2003/03/27 15:45:21 version 1.62.2.5.2.3, 2003/04/02 07:29:21
Line 57  AC_C_INLINE Line 57  AC_C_INLINE
   
 dnl Arguments  dnl Arguments
   
   AC_ARG_ENABLE(assertions, [  --enable-assertions          to enable assertions],
   [
           ASSERTIONS_MODE=$enableval
   ]
   )
   if test "$ASSERTIONS_MODE" = "yes"; then
           AC_MSG_WARN(enabling assertions)
   else
           AC_DEFINE(NDEBUG,,assertions disabled)
   fi
   
 AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing  AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing
                           files belonging to group+user other then effective],                            files belonging to group+user other then effective],
 [  [
Line 419  dnl Checks for C header files. Line 430  dnl Checks for C header files.
 AC_HEADER_TIME  AC_HEADER_TIME
   
 AC_CHECK_HEADERS(  AC_CHECK_HEADERS(
   assert.h \
 signal.h \  signal.h \
 unistd.h \  unistd.h \
 process.h \  process.h \

Removed from v.1.62.2.5.2.2  
changed lines
  Added in v.1.62.2.5.2.3


E-mail: