]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed misspelling in NO_UNALIGNED flag.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 17 Mar 2022 20:01:38 +0000 (13:01 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 21 Mar 2022 10:33:08 +0000 (11:33 +0100)
configure

index 35404ce5b139fda2d78379638bc086feb471026b..4bc0ee9cb1700f3ddf17b65daa9efb019218a80d 100755 (executable)
--- a/configure
+++ b/configure
@@ -915,7 +915,7 @@ fi
 
 # set architecture alignment requirements
 if test $unalignedok -eq 0; then
-  CFLAGS="${CFLAGS} -DNO_UANLIGNED"
+  CFLAGS="${CFLAGS} -DNO_UNALIGNED"
   SFLAGS="${SFLAGS} -DNO_UNALIGNED"
   echo "Unaligned reads manually disabled." | tee -a configure.log
 fi