From 8c85a4e2f7b1b536104ffcb95f843fb048c229e9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 27 Jan 2012 18:23:12 +0000 Subject: * configure.ac (with_python): Fix absolute path handling for win32. * configure: Regenerate. --- gdb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 920c716..8cce4fd 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" -- cgit v1.1