blob: 50c2e684e9dd916329fae571b0821228d7a16fdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Remove bash-ism from configure script
--- configure.orig 2025-10-07 03:17:25 UTC
+++ configure
@@ -22303,7 +22303,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.b
if test "X$flag_ok" = Xyes ; then
- CYTHON_CFLAGS+=" -Wno-cast-function-type"
+ CYTHON_CFLAGS="$CYTHON_CFLAGS -Wno-cast-function-type"
|