* configure.ac (with_python): Fix absolute path handling for win32.
* configure: Regenerate.
This commit is contained in:
parent
0d048da385
commit
8c85a4e2f7
@ -1,3 +1,8 @@
|
|||||||
|
2012-01-27 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* configure.ac (with_python): Fix absolute path handling for win32.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2012-01-26 Doug Evans <dje@google.com>
|
2012-01-26 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* symtab.c: Whitespace cleanup, no code changes.
|
* symtab.c: Whitespace cleanup, no code changes.
|
||||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -10814,7 +10814,7 @@ $as_echo "$as_me: WARNING: python support disabled; some features may be unavail
|
|||||||
have_libpython=no
|
have_libpython=no
|
||||||
else
|
else
|
||||||
case "${with_python}" in
|
case "${with_python}" in
|
||||||
/*)
|
[\\/]* | ?:[\\/]*)
|
||||||
if test -d ${with_python}; then
|
if test -d ${with_python}; then
|
||||||
# Assume the python binary is ${with_python}/bin/python.
|
# Assume the python binary is ${with_python}/bin/python.
|
||||||
python_prog="${with_python}/bin/python"
|
python_prog="${with_python}/bin/python"
|
||||||
|
@ -734,7 +734,7 @@ if test "${with_python}" = no; then
|
|||||||
have_libpython=no
|
have_libpython=no
|
||||||
else
|
else
|
||||||
case "${with_python}" in
|
case "${with_python}" in
|
||||||
/*)
|
[[\\/]]* | ?:[[\\/]]*)
|
||||||
if test -d ${with_python}; then
|
if test -d ${with_python}; then
|
||||||
# Assume the python binary is ${with_python}/bin/python.
|
# Assume the python binary is ${with_python}/bin/python.
|
||||||
python_prog="${with_python}/bin/python"
|
python_prog="${with_python}/bin/python"
|
||||||
|
Loading…
Reference in New Issue
Block a user