From d32026b4e5df2382fc84722fb7c4719c463d8f19 Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 30 Aug 2012 06:44:20 +0000 Subject: Fixed configure error exit value --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index cde505fb..0b51c2b4 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.41 2012-07-29 08:55:00 phintuka Exp $ +# * $Id: configure,v 1.42 2012-08-30 06:44:20 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -30,7 +30,7 @@ toupper(){ die(){ log "$@" - exit -1 + exit 1 } log(){ -- cgit v1.2.3