Skip to content

Commit aba36c4

Browse files
committed
Missing else message added in configure.ac
1 parent 1478632 commit aba36c4

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-10-18 Dirk Eddelbuettel <[email protected]>
2+
3+
* configure.ac: Simplified OpenMP setup
4+
* configure: Idem
5+
16
2025-10-17 Dirk Eddelbuettel <[email protected]>
27

38
* src/RcppArmadillo.cpp (armadillo_version_typed): Added

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,6 +3411,9 @@ printf "%s\n" "found" >&6; }
34113411
printf "%s\n" "$as_me: WARNING: OpenMP unavailable and turned off." >&2;}
34123412
can_use_openmp="no"
34133413
fi
3414+
else
3415+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found" >&5
3416+
printf "%s\n" "not found" >&6; }
34143417
fi
34153418

34163419
if test x"${can_use_openmp}" = x"yes"; then

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ if test x"${RSysinfoName}" = x"Darwin"; then
204204
AC_MSG_WARN([OpenMP unavailable and turned off.])
205205
can_use_openmp="no"
206206
fi
207+
else
208+
AC_MSG_RESULT([not found])
207209
fi
208210

209211
if test x"${can_use_openmp}" = x"yes"; then

0 commit comments

Comments
 (0)