summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 14f216a..0e7a406 100644
--- a/config.mk
+++ b/config.mk
@@ -242,7 +242,8 @@ config:
echo "LIBS += \$$(shell pkg-config gtk+-2.0 --libs)" >> $(OSDIR)/config.mk; \
else \
echo "failed"; \
- echo "\$$(error GLIB and GTK+ not found, install the libraries and run make config again.)" >> $(OSDIR)/config.mk; \
+ rm -rf $(OSDIR)/config.mk; \
+ exit 1; \
fi
## Check if the user has libjpeg installed