aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-02-02 15:50:00 +0100
committerMark Adler <madler@alumni.caltech.edu>2023-08-03 13:53:24 -0700
commitc7ddcc2e0e8bb397ad720564228b538135ec11d8 (patch)
treee573e8efe22a097b7d18319971b4ca9b20f38ba8 /configure
parent2bcc74873527f2ad9d3079ba6eff15c0eadc8910 (diff)
downloadzlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.gz
zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.bz2
zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.zip
Fix some spelling errors.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa4d5da..633b0f4 100755
--- a/configure
+++ b/configure
@@ -860,7 +860,7 @@ echo prefix = $prefix >> configure.log
860echo sharedlibdir = $sharedlibdir >> configure.log 860echo sharedlibdir = $sharedlibdir >> configure.log
861echo uname = $uname >> configure.log 861echo uname = $uname >> configure.log
862 862
863# udpate Makefile with the configure results 863# update Makefile with the configure results
864sed < ${SRCDIR}Makefile.in " 864sed < ${SRCDIR}Makefile.in "
865/^CC *=/s#=.*#=$CC# 865/^CC *=/s#=.*#=$CC#
866/^CFLAGS *=/s#=.*#=$CFLAGS# 866/^CFLAGS *=/s#=.*#=$CFLAGS#