diff options
-rw-r--r-- | tecmake.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tecmake.mak b/tecmake.mak index 9c4cd9b..bbdec2b 100644 --- a/tecmake.mak +++ b/tecmake.mak @@ -1123,10 +1123,10 @@ system-check: ifdef CHECK_GTK ifndef GTK_BASE ifdef UNIX_POSIX - @echo ''; echo 'Tecmake: check failed, GTK NOT available in this system.'; echo ''; exit 1; + @echo ''; echo 'Tecmake: check failed, GTK NOT available in this system.'; echo ''; exit 1; else ifneq ($(findstring Linux24, $(TEC_UNAME)), ) - @echo ''; echo 'Tecmake: check failed, GTK too OLD in this system.'; echo ''; exit 1; + @echo ''; echo 'Tecmake: check failed, GTK too OLD in this system.'; echo ''; exit 1; endif endif endif |