Skip to content

Commit 897454f

Browse files
petterreinholdtsenSebKuzminsky
authored andcommitted
Told configure to look for Clang C++ as well as GCC.
(cherry picked from commit c213d8b)
1 parent 2c5bdf8 commit 897454f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if test "$srcdir" != "."; then
3030
AC_MSG_ERROR([Building outside of srcdir is not supported])
3131
fi
3232

33-
AC_PROG_CXX
33+
AC_PROG_CXX([$RTSCC c++ clang++])
3434
AC_PROG_INSTALL
3535

3636
m4_include([m4/ax_require_defined.m4])

0 commit comments

Comments
 (0)