From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7944) id 7F02A3857C50; Wed, 3 Jan 2024 22:06:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7F02A3857C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704319600; bh=fBzRTLzjRMW5+trLZQBS7G66itsm4F+/ZhntCiZRtxQ=; h=From:To:Subject:Date:From; b=gekpbw+3oQrV/Nvdi3cyj0wn4tAARRCLYqPJ20QL6jCpcoVjsDXIEr5wnskepwx2T y9Hhpxvs3hw2moUfOh4F51g4szMCScdH+tTqTE6Rkj4N9uooVWJlSE0tJGfAejguQF ID+ryc+gpbh3HxoDUQs+C3/fiBJQHeeW8DuJ67oA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Pranav Kant To: glibc-cvs@sourceware.org Subject: [glibc/google/grte/v5-2.27/master] Typo in configure.ac X-Act-Checkin: glibc X-Git-Author: Pranav Kant X-Git-Refname: refs/heads/google/grte/v5-2.27/master X-Git-Oldrev: 2d7ea00f764b289cf41fea685fcd940033d63d38 X-Git-Newrev: 2b1ebe408afc572f61de4622739f7dae279e442d Message-Id: <20240103220640.7F02A3857C50@sourceware.org> Date: Wed, 3 Jan 2024 22:06:40 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2b1ebe408afc572f61de4622739f7dae279e442d commit 2b1ebe408afc572f61de4622739f7dae279e442d Author: Pranav Kant Date: Wed Jan 3 22:03:30 2024 +0000 Typo in configure.ac Fallback from 0778e25fe1f34789794689f99e25b0c5ff001795 Diff: --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69bbbded5a..c0638a1924 100644 --- a/configure.ac +++ b/configure.ac @@ -1088,7 +1088,6 @@ changequote(,)dnl if test -n "$CXX"; then # In theory the clang and gcc regexes can be merged, but the # result is incomprehensible. - if test "$with_clang" != no; then find_cxx_header () { echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \ | sed -n "\,$1:,{s/:\$//;p}"