diff options
author | Doug Evans <dje@google.com> | 2012-01-27 18:23:10 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-01-27 18:23:10 +0000 |
commit | 08da960a5136e12b5573560ab0f2e62a4026f8d9 (patch) | |
tree | ace4006b2f2f84dec3d351f5719e05f92a7b4e54 /gdb/configure | |
parent | 4e689d94a21ff6c83c22721a19c1d685eb44c6e3 (diff) | |
download | gdb-08da960a5136e12b5573560ab0f2e62a4026f8d9.tar.gz |
* configure.ac (with_python): Fix absolute path handling for win32.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 920c7160eb8..8cce4fd1514 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10814,7 +10814,7 @@ $as_echo "$as_me: WARNING: python support disabled; some features may be unavail have_libpython=no else case "${with_python}" in - /*) + [\\/]* | ?:[\\/]*) if test -d ${with_python}; then # Assume the python binary is ${with_python}/bin/python. python_prog="${with_python}/bin/python" |