From: bangerth Date: Wed, 23 Feb 2011 12:13:51 +0000 (+0000) Subject: Be explicit that not being able to build the parameter_gui is only a warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0b237ea8e4cf2c50cbcf7a462f88307d1f7468;p=dealii-svn.git 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 --- 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.'" ) \