From: Hans Kristian Rosbach Date: Thu, 6 Nov 2014 20:07:12 +0000 (+0100) Subject: Fix typo in configure output X-Git-Tag: 1.9.9-b1~890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dc60360347b6440ad9af760faa31c1907f74b4;p=thirdparty%2Fzlib-ng.git Fix typo in configure output --- diff --git a/configure b/configure index 952ba44c4..784cbdfc9 100755 --- 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