about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPranav Kant <prka@google.com>2024-01-03 22:03:30 +0000
committerPranav Kant <prka@google.com>2024-01-03 22:03:34 +0000
commit2b1ebe408afc572f61de4622739f7dae279e442d (patch)
tree5df768f769e7d95da49630c90d77476e59679cd6
parent2d7ea00f764b289cf41fea685fcd940033d63d38 (diff)
downloadglibc-2b1ebe408afc572f61de4622739f7dae279e442d.tar.gz
glibc-2b1ebe408afc572f61de4622739f7dae279e442d.tar.xz
glibc-2b1ebe408afc572f61de4622739f7dae279e442d.zip
Typo in configure.ac
Fallback from 0778e25fe1f34789794689f99e25b0c5ff001795
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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}"