diff options
Diffstat (limited to 'common')
-rwxr-xr-x | common/zlib/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/zlib/configure b/common/zlib/configure index e8942359..7c66e10b 100755 --- a/common/zlib/configure +++ b/common/zlib/configure @@ -50,6 +50,7 @@ case "$1" in -l* | --l*) libdir="$2"; shift; shift;; -i* | --i*) includedir="$2"; shift; shift;; -s* | --s*) shared=1; shift;; + *) shift;; esac done |