Diff for /rpl/Attic/configure.in between versions 1.24 and 1.25

version 1.24, 2010/05/09 15:43:37 version 1.25, 2010/05/19 09:22:32
Line 213  EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE") Line 213  EXPERIMENTAL_CODE="-UEXPERIMENTAL_CODE")
 AC_ARG_ENABLE(debug,  AC_ARG_ENABLE(debug,
 [  --enable-debug          enable debug code [[default=no]]], [  [  --enable-debug          enable debug code [[default=no]]], [
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
     DEBUG=""      DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
       MALLOC="\$(top_builddir)/ptmalloc3/libptmalloc3.a"
 else  else
     DEBUG="-DDEBUG_MEMOIRE"      DEBUG="-DDEBUG_MEMOIRE -UDEBUG_ERREURS"
 fi], [DEBUG=""])      MALLOC=""
   fi], [DEBUG="-UDEBUG_MEMOIRE -UDEBUG_ERREURS"
       MALLOC="\$(top_builddir)/ptmalloc3/libptmalloc3.a"])
   
 AC_ARG_ENABLE(profile,  AC_ARG_ENABLE(profile,
 [  --enable-profile        enable profile code [[default=no]]], [  [  --enable-profile        enable profile code [[default=no]]], [
Line 882  AC_SUBST(OPENSSL) Line 885  AC_SUBST(OPENSSL)
 AC_SUBST(FINAL_ENCODING)  AC_SUBST(FINAL_ENCODING)
 AC_SUBST(DATE)  AC_SUBST(DATE)
 AC_SUBST(DATE_FR)  AC_SUBST(DATE_FR)
   AC_SUBST(MALLOC)
   
 AC_SUBST(CFLAGS)  AC_SUBST(CFLAGS)
 AC_SUBST(CXXFLAGS)  AC_SUBST(CXXFLAGS)

Removed from v.1.24  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>