]> git.pld-linux.org Git - packages/d4x.git/blob - d4x-configure_in.patch
- updated gettext BR
[packages/d4x.git] / d4x-configure_in.patch
1 diff -urN d4x-2.4beta2.orig/configure.in d4x-2.4beta2/configure.in
2 --- d4x-2.4beta2.orig/configure.in      Mon Nov  4 11:05:41 2002
3 +++ d4x-2.4beta2/configure.in   Mon Nov  4 11:10:38 2002
4 @@ -52,12 +52,12 @@
5  CXXFLAGS="$CXXFLAGS $OPTFLAGS"
6  
7  # Maintainer helpers
8 -AC_ARG_ENABLE(debug,
9 -    AC_HELP_STRING([--enable-debug], [Enable debug info and some debugging code to be compiled]),
10 -    [if test "$enable_debug" = "yes"; then
11 -       CXXFLAGS="$CXXFLAGS -ggdb"
12 -        AC_DEFINE(DEBUG_ALL, , [Activate debug code])
13 -    fi])
14 +AC_ARG_ENABLE(debug,[
15 +    AC_HELP_STRING([--enable-debug], [Enable debug info and some debugging code to be compiled])])
16 +if test "x$enable_debug" = "xyes"; then
17 +    CXXFLAGS="$CXXFLAGS -ggdb"
18 +    AC_DEFINE(DEBUG_ALL,1 , [Activate debug code])
19 +fi
20  AC_ARG_ENABLE(warnings,
21      AC_HELP_STRING([--enable-warnings], [Enable all warnings at compile time]),
22      [if test "$enable_warnings" = "yes"; then
23 --- d4x-2.4beta2/configure.in.wiget     Mon Nov  4 16:36:38 2002
24 +++ d4x-2.4beta2/configure.in   Mon Nov  4 16:51:55 2002
25 @@ -130,7 +130,7 @@
26         [am_align_opts="-falign-loops=8 -falign-jumps=8 -falign-functions=8"],
27         [am_align_opts="-malign-loops=8 -malign-jumps=8 -malign-functions=8"])
28  
29 -    AC_MSG_CHECKING(host CPU architecture) 
30 +    AC_MSG_CHECKING([host CPU architecture]) 
31  
32      case "$host" in
33         i586-* | i686-*)
This page took 0.083753 seconds and 3 git commands to generate.