diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-04 14:51:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-04 14:51:39 +0000 |
commit | 1f6de7491cee22546d397793945ec16dc981836c (patch) | |
tree | 77ac1aa2af7bce56fb8040a6500772a4cd72d686 /configure | |
parent | 1670b5f3ae82215a756b37b48d84cbc56857d8b3 (diff) |
changes for 1.8.4
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.3-current +VERSION=1.8.4 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` |