Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 0970f107518eb369c7c30d2e52dc5edc > files > 1

aumix-2.8-18mdv2008.1.src.rpm

--- aumix-2.8-orig/configure.in	2002-11-25 02:04:16.000000000 +0100
+++ aumix-2.8/configure.in	2003-09-21 18:53:03.000000000 +0200
@@ -82,9 +82,9 @@
   )
   AC_ARG_WITH(sysmouse,
     [  --without-sysmouse      Compile only without sysmouse support],
-    AC_MSG_RESULT([Compiling without sysmouse support]),
+    [AC_MSG_RESULT([Compiling without sysmouse support])],
     dnl Checks for sysmouse availability.
-    AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
+    [AC_CHECK_HEADERS(sys/consio.h machine/console.h, break)
     AC_CACHE_CHECK([for CONS_MOUSECTL],
       aumix_cv_cons_mousectl,
       [AC_EGREP_CPP([A mouse is a mouse is a mouse],
@@ -101,7 +101,7 @@
       AC_DEFINE(HAVE_SYSMOUSE, 1,
 	[Define this if you have sysmouse console mouse support and
 	want to use it.])
-    fi
+    fi]
   )
 ])
 AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")