blob: 75cbb2a25d60ca21b47caa8085150786b8f8c524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
fix by Elias Pipping
http://bugs.gentoo.org/240556
https://sourceforge.net/tracker/index.php?func=detail&aid=2155649&group_id=6389&atid=306389
--- configure
+++ configure
@@ -24160,7 +24160,7 @@
test -z "$ac_c_werror_flag" ||
test ! -s conftest.err
} && test -s conftest.$ac_objext; then
- ac_cv_cflags_no_writable_strings=`echo $ac_arg | -e 's,.*% *,,'` ; break
+ ac_cv_cflags_no_writable_strings=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
|