diff options
author | Pranav Kant <prka@google.com> | 2024-01-03 22:03:30 +0000 |
---|---|---|
committer | Pranav Kant <prka@google.com> | 2024-01-03 22:03:34 +0000 |
commit | 2b1ebe408afc572f61de4622739f7dae279e442d (patch) | |
tree | 5df768f769e7d95da49630c90d77476e59679cd6 | |
parent | 2d7ea00f764b289cf41fea685fcd940033d63d38 (diff) | |
download | glibc-2b1ebe408afc572f61de4622739f7dae279e442d.tar.gz glibc-2b1ebe408afc572f61de4622739f7dae279e442d.tar.xz glibc-2b1ebe408afc572f61de4622739f7dae279e442d.zip |
Typo in configure.ac
Fallback from 0778e25fe1f34789794689f99e25b0c5ff001795
-rw-r--r-- | configure.ac | 1 |
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}" |