Skip to content

Commit

Permalink
Use Debian fix to #765
Browse files Browse the repository at this point in the history
I tested it both with and without --enable-cplusplus.
  • Loading branch information
gambiteer committed Oct 28, 2023
1 parent 8aec26d commit 79e5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ C_PREPROC=$CPP

if test "$ENABLE_CPLUSPLUS" = yes; then

AC_LANG(C++)
#AC_LANG(C++)
AC_PROG_CXX
AC_PROG_CXXCPP
C_COMPILER=$CXX
Expand Down

0 comments on commit 79e5c51

Please sign in to comment.