From 9c9bfda0543bfb5c601d28ac0af2f9ee70e72880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20Gsell=C3=BC?= Date: Tue, 4 Sep 2018 10:33:44 +0200 Subject: [PATCH] src/Python/Makefileam - print message if Python is disabled --- src/Python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Python/Makefile.am b/src/Python/Makefile.am index 8cf24b3..f0a6ae9 100644 --- a/src/Python/Makefile.am +++ b/src/Python/Makefile.am @@ -28,6 +28,8 @@ H5hut_wrap.c : $(SWIG_SOURCES) endif +else +$(info Python is disabled) endif clean: clean-am -- GitLab