]> git.pld-linux.org Git - packages/aumix-gtk.git/blob - aumix-ac250.patch
- remove unnecessary trash
[packages/aumix-gtk.git] / aumix-ac250.patch
1 diff -ur aumix-2.8.orig/configure.in aumix-2.8/configure.in
2 --- aumix-2.8.orig/configure.in 2002-11-25 02:04:16.000000000 +0100
3 +++ aumix-2.8/configure.in      2004-07-12 19:29:45.135190696 +0200
4 @@ -61,30 +61,30 @@
5         [Define this if your ncurses library contains the use_default_colors
6         routine and your terminal can use transparent colors.])])
7      AC_CACHE_CHECK([for private member _use_keypad in WINDOW],
8 -      aumix_cv_struct_window_usekeypad,
9 +      [aumix_cv_struct_window_usekeypad],
10        [AC_TRY_COMPILE([#ifdef HAVE_NCURSES_H
11  #include <ncurses.h>
12  #else
13  #include <curses.h>
14 -#endif], [WINDOW w; w._use_keypad;],
15 -      aumix_cv_struct_window_usekeypad=yes, aumix_cv_struct_window_usekeypad=no)])
16 +#endif
17 +], [WINDOW w; w._use_keypad;],
18 +      [aumix_cv_struct_window_usekeypad=yes],[ aumix_cv_struct_window_usekeypad=no])])
19      if test $aumix_cv_struct_window_usekeypad = yes; then
20        AC_DEFINE(HAVE_USEKEYPAD, 1,
21         [Define this if your ncurses library has the member _use_keypad
22         in structure WINDOW.])
23      fi
24    fi
25 -  AC_ARG_WITH(gpm,
26 -    [  --without-gpm           Compile only without GPM support],
27 -    AC_MSG_RESULT([Compiling without GPM support]),
28 +])
29 +  AC_ARG_WITH(gpm,[  --without-gpm           Compile only without GPM support],[
30 +    AC_MSG_RESULT([Compiling without GPM support])],[
31      dnl Checks for GPM library.
32      AC_CHECK_LIB(gpm, Gpm_Repeat)
33 -  )
34 -  AC_ARG_WITH(sysmouse,
35 -    [  --without-sysmouse      Compile only without sysmouse support],
36 -    AC_MSG_RESULT([Compiling without sysmouse support]),
37 +  ])
38 +  AC_ARG_WITH(sysmouse,[  --without-sysmouse      Compile only without sysmouse support],[
39 +    AC_MSG_RESULT([Compiling without sysmouse support])],
40      dnl Checks for sysmouse availability.
41 -    AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
42 +    dnl AC_CHECK_HEADERS([sys/consio.h machine/console.h], [break])
43      AC_CACHE_CHECK([for CONS_MOUSECTL],
44        aumix_cv_cons_mousectl,
45        [AC_EGREP_CPP([A mouse is a mouse is a mouse],
46 @@ -96,14 +96,15 @@
47  #endif
48  #ifdef CONS_MOUSECTL
49  A mouse is a mouse is a mouse
50 -#endif], aumix_cv_cons_mousectl=yes, aumix_cv_cons_mousectl=no)])
51 +#endif
52 +],[ aumix_cv_cons_mousectl=yes],[ aumix_cv_cons_mousectl=no])])
53      if test $aumix_cv_cons_mousectl = yes; then
54        AC_DEFINE(HAVE_SYSMOUSE, 1,
55         [Define this if you have sysmouse console mouse support and
56         want to use it.])
57      fi
58    )
59 -])
60 +
61  AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")
62  AC_SUBST(CURSLIB)
63  
This page took 0.032574 seconds and 3 git commands to generate.