Fix quoting for CONFIG-related sed expression.
This commit is contained in:
parent
0fd663e9c5
commit
41f2e692f6
@ -43,7 +43,7 @@ AC_CACHE_CHECK([whether $1 is compilable],
|
|||||||
|
|
||||||
dnl ============================================================================
|
dnl ============================================================================
|
||||||
|
|
||||||
CONFIG=`echo ${ac_configure_args} | sed -e "s#\'\([^ ]*\)\'#\1#g"`
|
CONFIG=`echo ${ac_configure_args} | sed -e 's#'"'"'\([^ ]*\)'"'"'#\1#g'`
|
||||||
AC_SUBST([CONFIG])
|
AC_SUBST([CONFIG])
|
||||||
|
|
||||||
dnl Library revision.
|
dnl Library revision.
|
||||||
|
Loading…
Reference in New Issue
Block a user