summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2010-11-12 17:41:56 +0000
committerscuri <scuri>2010-11-12 17:41:56 +0000
commited20141242b963e5c7060c34b0f7e5cdc307924e (patch)
tree5c9b5360a8b08a833d0ce3f12bd31afc9d7e9e80
parenta949b9047643085326fe49d278459bf377af43fb (diff)
*** empty log message ***
-rw-r--r--tecmake.mak4
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