We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd33b99 + 37da203 commit 7f66c23Copy full SHA for 7f66c23
config/opal_configure_options.m4
@@ -3,7 +3,7 @@ dnl
3
dnl Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
4
dnl University Research and Technology
5
dnl Corporation. All rights reserved.
6
-dnl Copyright (c) 2004-2005 The University of Tennessee and The University
+dnl Copyright (c) 2004-2024 The University of Tennessee and The University
7
dnl of Tennessee Research Foundation. All rights
8
dnl reserved.
9
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -39,7 +39,7 @@ opal_show_subtitle "General configuration options"
39
# Is this a developer copy?
40
#
41
42
-if test -d .git; then
+if test -d ${OPAL_TOP_SRCDIR}/.git; then
43
OPAL_DEVEL=1
44
else
45
OPAL_DEVEL=0
0 commit comments