Skip to content

Commit c071bdc

Browse files
updating configure
1 parent beb1076 commit c071bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,7 @@ fi
34223422
openmp_flag=""
34233423

34243424
## Set the fallback, by default it is nope
3425-
arma_have_openmp="#define ARMA_DONT_USE_OPENMP"
3425+
arma_have_openmp="#define ARMA_DONT_USE_OPENMP 1"
34263426

34273427
if test x"${openmp_already_works}" = x"yes"; then
34283428
arma_have_openmp="#define ARMA_USE_OPENMP"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fi
188188
openmp_flag=""
189189

190190
## Set the fallback, by default it is nope
191-
arma_have_openmp="#define ARMA_DONT_USE_OPENMP"
191+
arma_have_openmp="#define ARMA_DONT_USE_OPENMP 1"
192192

193193
if test x"${openmp_already_works}" = x"yes"; then
194194
arma_have_openmp="#define ARMA_USE_OPENMP"

0 commit comments

Comments
 (0)