From 2947c32902169b634f41a8f45fc7824d7c847661 Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Thu, 5 Apr 2007 00:41:32 +0000 Subject: [PATCH] Add a big-ass warning for linux users that can't read. --- configure | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b88994d44..d66029f01 100755 --- a/configure +++ b/configure @@ -324,10 +324,20 @@ fi # GTK+ settings # echo -n "GTK+: " -if [ "$GTK" = no ]; then +if [ "x$GTK" = xno ]; then echo "disabled" else gtk_test + if [ "x$GTK" = xno ] && [ "x$SYSTEM" = xLinux ]; then + cat <