summaryrefslogtreecommitdiffstats
path: root/ksysv/configure.in.in
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit37333bf25ad9a4c538250f5af2f9f1d666362883 (patch)
treec45e8df5b9efbffe07eb3d9340df7811c7e16943 /ksysv/configure.in.in
downloadtdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.tar.gz
tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysv/configure.in.in')
-rw-r--r--ksysv/configure.in.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ksysv/configure.in.in b/ksysv/configure.in.in
new file mode 100644
index 0000000..e97862c
--- /dev/null
+++ b/ksysv/configure.in.in
@@ -0,0 +1,11 @@
+dnl Disabled on BSD, where it doesn't apply
+AC_MSG_CHECKING(if ksysv can be compiled)
+case "$host" in
+ *-*-*bsd-gnu) ksysv_compile=yes;;
+ *-*-*bsd*) ksysv_compile=no;;
+ *) ksysv_compile=yes;;
+esac
+AC_MSG_RESULT($ksysv_compile)
+if test "$ksysv_compile" = "no"; then
+ DO_NOT_COMPILE="$DO_NOT_COMPILE ksysv"
+fi