Check for .git directory when checking for developer build
This commit was SVN r28149.
This commit is contained in:
parent
5b09cccacc
commit
809db8f6a9
@ -33,7 +33,7 @@ ompi_show_subtitle "OPAL Configuration options"
|
||||
# Is this a developer copy?
|
||||
#
|
||||
|
||||
if test -d .svn -o -d .hg; then
|
||||
if test -d .svn -o -d .hg -o -d .git; then
|
||||
OMPI_DEVEL=1
|
||||
else
|
||||
OMPI_DEVEL=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user