From dc777c0905f102ee8bfa8ea7c752f5f8f0124f96 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Thu, 18 Jan 2007 21:17:04 +0000 Subject: SyncManager now partially working. :D --- hardinfo2/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hardinfo2/configure') diff --git a/hardinfo2/configure b/hardinfo2/configure index 56847e02..26ab11b3 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -141,7 +141,7 @@ if [ $GTK2 -eq -1 ]; then echo "If you're using Debian, running the command as root:" echo -e "\n\taptitude install libgtk2.0-dev\n" echo "Will do the trick." - exit + exit 1 fi # --------------------------------------------------------------------------- @@ -171,6 +171,7 @@ if [ $SOUP -eq -1 ]; then echo "If you're using Debian, running the command as root:" echo -e "\n\taptitude install libsoup2.2-dev\n" echo "Will do the trick." + exit 1 fi # -------------------------------------------------------------------------- -- cgit v1.2.3