diff options
Diffstat (limited to 'config/python.m4')
-rw-r--r-- | config/python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/python.m4 b/config/python.m4 index de346fb53aa..fc6afab9f93 100644 --- a/config/python.m4 +++ b/config/python.m4 @@ -45,7 +45,7 @@ if a == b: else: print(a + ' ' + b)"` if test "$PORTNAME" = win32 ; then - python_includespec=`echo $python_includespec | sed 's,[\],/,g'` + python_includespec=`echo $python_includespec | sed 's,[[\]],/,g'` fi AC_MSG_RESULT([$python_includespec]) |