summaryrefslogtreecommitdiffstats
path: root/kcontrol/smartcard/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/smartcard/configure.in.in')
-rw-r--r--kcontrol/smartcard/configure.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/kcontrol/smartcard/configure.in.in b/kcontrol/smartcard/configure.in.in
new file mode 100644
index 000000000..e7e3ba1df
--- /dev/null
+++ b/kcontrol/smartcard/configure.in.in
@@ -0,0 +1,3 @@
+
+KDE_CHECK_HEADER(kcarddb.h, FOUND_KSMCARD="yes", FOUND_KSMCARD="no")
+AM_CONDITIONAL(include_kcontrol_smartcard, test "$FOUND_KSMCARD" = "yes")