diff options
author | Omar Polo <op@omarpolo.com> | 2022-12-02 12:17:28 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-12-02 12:17:28 +0000 |
commit | 40c79b49f28e72d6a20ff942e3e66b286268bc40 (patch) | |
tree | 556c97b97ee07a518b8ded31b6b327ea9fbbd3e8 /configure | |
parent | af3a75b4d0291f7b154153de76a7855682692b95 (diff) |
gmid 1.8.61.8.6
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ echo "file config.log: writing..." # default settings: initialize all vars here such that nothing is # leaked from the environment except for CC, CFLAGS and LDFLAGS -VERSION=1.8.5 +VERSION=1.8.6 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` |