* configure: Regenerate.
+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>
* symtab.c: Whitespace cleanup, no code changes.
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"
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"