configure.ac
branchstable-1.5
changeset 2557 ded6d50de4a7
parent 2556 674fcdccc0f3
child 2563 25da153a74b9
child 2566 0f39e1e7b288
equal deleted inserted replaced
2556:674fcdccc0f3 2557:ded6d50de4a7
   266     [enableccat=0] # disabled by default
   266     [enableccat=0] # disabled by default
   267 )
   267 )
   268 
   268 
   269 AM_CONDITIONAL(ENABLE_CCAT, test "x$enableccat" = "x1")
   269 AM_CONDITIONAL(ENABLE_CCAT, test "x$enableccat" = "x1")
   270 AC_SUBST(ENABLE_CCAT,[$enableccat])
   270 AC_SUBST(ENABLE_CCAT,[$enableccat])
   271 
       
   272 AC_ARG_WITH([ccat-kernel],
       
   273     AC_HELP_STRING(
       
   274         [--with-ccat-kernel=<X.Y.Z>],
       
   275         [ccat kernel (only if differing)]
       
   276     ),
       
   277     [
       
   278         kernelccat=[$withval]
       
   279     ],
       
   280     [
       
   281         kernelccat=$linuxversion
       
   282     ]
       
   283 )
       
   284 
       
   285 AC_SUBST(KERNEL_CCAT,[$kernelccat])
       
   286 
   271 
   287 #------------------------------------------------------------------------------
   272 #------------------------------------------------------------------------------
   288 # e100 driver
   273 # e100 driver
   289 #------------------------------------------------------------------------------
   274 #------------------------------------------------------------------------------
   290 
   275