mirror of
https://github.com/novatiq/packages.git
synced 2026-07-10 05:49:26 +01:00
2ebbfc6ef1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
332 B
Diff
14 lines
332 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -223,9 +223,7 @@ dnl Checks for programs.
|
|
dnl =======================================================================
|
|
|
|
AC_PROG_CC
|
|
-if test x"$enable_cplusplus" != xno; then
|
|
- AC_PROG_CXX
|
|
-fi
|
|
+AC_PROG_CXX
|
|
|
|
|
|
dnl =======================================================================
|