]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Typo in configure.ac
authorPranav Kant <prka@google.com>
Wed, 3 Jan 2024 22:03:30 +0000 (22:03 +0000)
committerPranav Kant <prka@google.com>
Wed, 3 Jan 2024 22:03:34 +0000 (22:03 +0000)
Fallback from 0778e25fe1f34789794689f99e25b0c5ff001795

configure.ac

index 69bbbded5a74a97bcfbf4a9e0125e3a3c0a07e00..c0638a19245003b3b3575a7917958d312366f248 100644 (file)
@@ -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}"