Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
mpich-CVS
Commits
f05dcd59
Commit
f05dcd59
authored
Oct 12, 2007
by
thakur
Browse files
removed check for python makefile when totalview is enabled
parent
7ea89cd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pm/mpd/configure.in
View file @
f05dcd59
...
...
@@ -110,22 +110,22 @@ if test -z "$PYTHON" ; then ## user did not give us a python; find one
continue
fi
if test "$enable_totalview" = "yes" ; then
AC_MSG_CHECKING([that $pypgm has development tools for totalview])
has_python_sdk=no
for python_homedir in /usr/lib64 /usr/lib32 /usr/lib ; do
if test -f $python_homedir/$pypgm/config/Makefile ; then
has_python_sdk=yes
break
fi
done
if test "$has_python_sdk" = "yes" ; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
continue
fi
fi
dnl
if test "$enable_totalview" = "yes" ; then
dnl
AC_MSG_CHECKING([that $pypgm has development tools for totalview])
dnl
has_python_sdk=no
dnl
for python_homedir in /usr/lib64 /usr/lib32 /usr/lib ; do
dnl
if test -f $python_homedir/$pypgm/config/Makefile ; then
dnl
has_python_sdk=yes
dnl
break
dnl
fi
dnl
done
dnl
if test "$has_python_sdk" = "yes" ; then
dnl
AC_MSG_RESULT(yes)
dnl
else
dnl
AC_MSG_RESULT(no)
dnl
continue
dnl
fi
dnl
fi
PYTHON="$pypgm"
break
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment