Typo in configure.ac

Fallback from 0778e25fe1
This commit is contained in:
Pranav Kant 2024-01-03 22:03:30 +00:00
parent 2d7ea00f76
commit 2b1ebe408a

View 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}"