diff --git a/configure b/configure index 1f92f01..f088d76 100755 --- a/configure +++ b/configure @@ -63,7 +63,7 @@ for x; do --with-timestamp) WITHOUT_TIMESTAMP= ;; --without-timestamp) WITHOUT_TIMESTAMP=yes ;; --uid-max) UID_MAX=$var ;; - --gid-max) UID_MAX=$var ;; + --gid-max) GID_MAX=$var ;; --help|-h) usage ;; *) die "Error: unknown option $opt" ;; esac