diff options
Diffstat (limited to 'ksnapshot/ConfigureChecks.cmake')
-rw-r--r-- | ksnapshot/ConfigureChecks.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ksnapshot/ConfigureChecks.cmake b/ksnapshot/ConfigureChecks.cmake new file mode 100644 index 00000000..d9a7dd4a --- /dev/null +++ b/ksnapshot/ConfigureChecks.cmake @@ -0,0 +1,12 @@ +################################################# +# +# (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( X11/extensions/shape.h HAVE_X11_EXTENSIONS_SHAPE_H ) |