From 3467e6464beac3a162839bf7078e22e3a74d73e7 Mon Sep 17 00:00:00 2001 From: samelian Date: Sat, 18 Jun 2011 13:30:01 +0000 Subject: [kdenetwork/kppp] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kppp/ConfigureChecks.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kppp/ConfigureChecks.cmake (limited to 'kppp/ConfigureChecks.cmake') 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 ) -- cgit v1.2.1