13 lines
357 B
Text
13 lines
357 B
Text
Remove bash-ism from configure script
|
|
|
|
--- configure.orig 2021-01-21 13:07:51 UTC
|
|
+++ configure
|
|
@@ -18422,7 +18422,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
|
|
|
|
if test "X$flag_ok" = Xyes ; then
|
|
|
|
- CYTHON_CFLAGS+=" -Wno-cast-function-type"
|
|
+ CYTHON_CFLAGS="$CYTHON_CFLAGS -Wno-cast-function-type"
|
|
|
|
|
|
|