Skip to content

Commit 04a8515

Browse files
committed
Use C++ when checking for eigen (autotools)
[ci skip]
1 parent 449a053 commit 04a8515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

M2/configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ found and $msolve_min_version is required; will build])
11251125
[AC_MSG_RESULT([no, will build])
11261126
BUILD_msolve=yes])])
11271127

1128+
AC_LANG([C++])
11281129
AS_IF([test $BUILD_eigen = no],
11291130
[AC_MSG_CHECKING([whether pkg-config provides flags for eigen])
11301131
AS_IF([$PKG_CONFIG --exists eigen3],

0 commit comments

Comments
 (0)