~ubuntu-branches/ubuntu/natty/kdeadmin/natty-proposed

« back to all changes in this revision

Viewing changes to ksysv/configure.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-27 21:36:45 UTC
  • mfrom: (1.2.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227213645-ronst6mahkgf6j9w
Tags: 4:4.4.1-0ubuntu1
* New upstream release
  - Bump build-depends
  - Update kcron.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl Disabled on BSD, where it doesn't apply
2
 
AC_MSG_CHECKING(if ksysv can be compiled)
3
 
case "$host" in
4
 
  *-*-*bsd-gnu) ksysv_compile=yes;;
5
 
  *-*-*bsd*) ksysv_compile=no;;
6
 
  *) ksysv_compile=yes;;
7
 
esac
8
 
AC_MSG_RESULT($ksysv_compile)
9
 
if test "$ksysv_compile" = "no"; then
10
 
  DO_NOT_COMPILE="$DO_NOT_COMPILE ksysv"
11
 
fi