From 4d0b237ea8e4cf2c50cbcf7a462f88307d1f7468 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 23 Feb 2011 12:13:51 +0000 Subject: [PATCH] Be explicit that not being able to build the parameter_gui is only a warning. git-svn-id: https://svn.dealii.org/trunk@23428 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/Makefile.in b/deal.II/contrib/Makefile.in index 9e431bee50..25262ab8c1 100644 --- a/deal.II/contrib/Makefile.in +++ b/deal.II/contrib/Makefile.in @@ -59,8 +59,8 @@ parameter_gui: $(MAKE) else parameter_gui: - @echo "**** Can't build the Parameter GUI because no suitable" - @echo "**** version of the Qt toolkit was found" + @echo "**** Warning: Can't build the Parameter GUI because no suitable" + @echo "**** Warning: version of the Qt toolkit was found." @(echo "#!/bin/bash" ; \ echo "echo '*** The Parameter GUI could not be built because no'" ; \ echo "echo '*** suitable version of the Qt toolkit could be found.'" ) \ -- 2.39.5