Skip to content

Commit 7f66c23

Browse files
authored
Merge pull request open-mpi#12215 from devreal/devel_build_opal_source_dir
Detect devel builds based on .git/ in $OPAL_TOP_SRCDIR
2 parents bd33b99 + 37da203 commit 7f66c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_configure_options.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl
33
dnl Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana
44
dnl University Research and Technology
55
dnl Corporation. All rights reserved.
6-
dnl Copyright (c) 2004-2005 The University of Tennessee and The University
6+
dnl Copyright (c) 2004-2024 The University of Tennessee and The University
77
dnl of Tennessee Research Foundation. All rights
88
dnl reserved.
99
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -39,7 +39,7 @@ opal_show_subtitle "General configuration options"
3939
# Is this a developer copy?
4040
#
4141

42-
if test -d .git; then
42+
if test -d ${OPAL_TOP_SRCDIR}/.git; then
4343
OPAL_DEVEL=1
4444
else
4545
OPAL_DEVEL=0

0 commit comments

Comments
 (0)