diff options
Diffstat (limited to 'atlantikdesigner/configure.in.bot')
-rw-r--r-- | atlantikdesigner/configure.in.bot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/atlantikdesigner/configure.in.bot b/atlantikdesigner/configure.in.bot new file mode 100644 index 0000000..74e3848 --- /dev/null +++ b/atlantikdesigner/configure.in.bot @@ -0,0 +1,9 @@ +if test "x$ATLANTIKDESIGNER_SUBDIR" = "x"; then + echo "" + echo "You're missing the Atlantik header files, therefore Atlantik Designer" + echo "will not be compiled. Install Atlantik from kdegames if you want to" + echo "compile Atlantik Designer." + echo "" + all_tests=bad +fi + |