From: Andres Freund Date: Mon, 18 Jul 2022 01:41:32 +0000 (-0700) Subject: Fix configure executable permissions. X-Git-Tag: REL_16_BETA1~2221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5050fe5458d16387728c0dd13eee9517fe4bce13;p=thirdparty%2Fpostgresql.git Fix configure executable permissions. I do not [yet] understand how, but my prior commit (089480c0770) accidentally removed the exec bit from configure. I'll try to figure that out later, for now re-add to unbreak the buildfarm. --- diff --git a/configure b/configure old mode 100644 new mode 100755