]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo in configure output
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 6 Nov 2014 20:07:12 +0000 (21:07 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 6 Nov 2014 20:07:12 +0000 (21:07 +0100)
configure

index 952ba44c4d6c9c0bb998a4ed44bdc403b8ade2d6..784cbdfc97ddd3d159ad132ac4969a192b968f97 100755 (executable)
--- a/configure
+++ b/configure
@@ -536,7 +536,7 @@ if try ${CC} ${CFLAGS} $test.c; then
     CFLAGS="$CFLAGS -DHAVE_BUILTIN_CTZL"
     SFLAGS="$SFLAGS -DHAVE_BUILTIN_CTZL"
 else
-    echo "Checking for __builtin_ztzl ... No." | tee -a configure.log
+    echo "Checking for __builtin_ctzl ... No." | tee -a configure.log
 fi
 
 # Check for SSE2 intrinsics