commit | 8b3ed1309cfcc215b904c6fd9fea1b927841f90f | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Wed Mar 19 14:44:35 2008 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Wed Mar 19 14:44:35 2008 +0000 |
tree | 8a976fd19d3ff01ace57173d1f55cdcd6923f1b6 | |
parent | e8c5972fca2f779c2d2ce1d8f2a0b9b8a31ce359 [diff] |
Protect common/zlib/configure parameter processing against infinite loop git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2430 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/zlib/configure b/common/zlib/configure index e894235..7c66e10 100755 --- a/common/zlib/configure +++ b/common/zlib/configure
@@ -50,6 +50,7 @@ -l* | --l*) libdir="$2"; shift; shift;; -i* | --i*) includedir="$2"; shift; shift;; -s* | --s*) shared=1; shift;; + *) shift;; esac done