/[packages]/cauldron/aumix/current/SOURCES/aumix-2.8-autoconf.patch
ViewVC logotype

Contents of /cauldron/aumix/current/SOURCES/aumix-2.8-autoconf.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 305 - (show annotations) (download)
Fri Jan 7 21:39:43 2011 UTC (13 years, 3 months ago) by pterjan
File size: 873 byte(s)
imported package aumix
1 --- aumix-2.8-orig/configure.in 2002-11-25 02:04:16.000000000 +0100
2 +++ aumix-2.8/configure.in 2003-09-21 18:53:03.000000000 +0200
3 @@ -82,9 +82,9 @@
4 )
5 AC_ARG_WITH(sysmouse,
6 [ --without-sysmouse Compile only without sysmouse support],
7 - AC_MSG_RESULT([Compiling without sysmouse support]),
8 + [AC_MSG_RESULT([Compiling without sysmouse support])],
9 dnl Checks for sysmouse availability.
10 - AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
11 + [AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
12 AC_CACHE_CHECK([for CONS_MOUSECTL],
13 aumix_cv_cons_mousectl,
14 [AC_EGREP_CPP([A mouse is a mouse is a mouse],
15 @@ -101,7 +101,7 @@
16 AC_DEFINE(HAVE_SYSMOUSE, 1,
17 [Define this if you have sysmouse console mouse support and
18 want to use it.])
19 - fi
20 + fi]
21 )
22 ])
23 AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")

  ViewVC Help
Powered by ViewVC 1.1.30