Skip to content

Commit 5960acb

Browse files
committed
Missing else message added in configure.ac
1 parent acdaa28 commit 5960acb

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* configure: Idem
77

88
* inst/include/current/: Sync with Armadillo 15.2
9+
2025-10-18 Dirk Eddelbuettel <[email protected]>
10+
11+
* configure.ac: Simplified OpenMP setup
12+
* configure: Idem
913

1014
2025-10-17 Dirk Eddelbuettel <[email protected]>
1115

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)