summaryrefslogtreecommitdiffstats
path: root/kppp/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 13:30:01 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-18 13:30:01 +0000
commit3467e6464beac3a162839bf7078e22e3a74d73e7 (patch)
tree1a5d4d35d19330ac9a6e7a18732322d983953cce /kppp/ConfigureChecks.cmake
parent153897691d8aa3b17f49555de61ce694ca92fd20 (diff)
downloadtdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.tar.gz
tdenetwork-3467e6464beac3a162839bf7078e22e3a74d73e7.zip
[kdenetwork/kppp] added cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/ConfigureChecks.cmake')
-rw-r--r--kppp/ConfigureChecks.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/kppp/ConfigureChecks.cmake b/kppp/ConfigureChecks.cmake
new file mode 100644
index 00000000..52759fc7
--- /dev/null
+++ b/kppp/ConfigureChecks.cmake
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+check_include_file( sys/param.h HAVE_SYS_PARAM_H )
+check_include_file( net/if_ppp.h HAVE_NET_IF_PPP_H )