mirror of
https://github.com/novatiq/packages.git
synced 2026-07-23 20:16:03 +01:00
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 =======================================================================
|