From 323af4af4b75d281f8fdd547a515b10f334ca357 Mon Sep 17 00:00:00 2001 From: pl Date: Mon, 11 Nov 2002 01:11:58 +0000 Subject: avoid using stale parameters for compilation if an error ocurred in configure (think of ./configure <...> && make) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8144 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4a88e05a8e..0722ec63eb 100755 --- a/configure +++ b/configure @@ -1313,7 +1313,7 @@ for ac_option do *) echo "Unknown parameter: $ac_option" - exit + exit 1 ;; esac -- cgit v1.2.3