diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-18 21:17:04 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-18 21:17:04 +0000 | 
| commit | dc777c0905f102ee8bfa8ea7c752f5f8f0124f96 (patch) | |
| tree | db6a9d65f7dd085e83658040cfb1fc0b9d026b1e /hardinfo2/configure | |
| parent | 856428274dd3a217a5e813ce3d55fc7bcf4fd351 (diff) | |
SyncManager now partially working. :D
Diffstat (limited to 'hardinfo2/configure')
| -rwxr-xr-x | hardinfo2/configure | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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  # -------------------------------------------------------------------------- | 
