Fixed make error when GTK+ isn't found.

This commit is contained in:
leo
2005-06-08 17:51:08 +00:00
parent 652b3e008f
commit 57f3a61ea6
+2 -1
View File
@@ -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