mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Fix quoting for CONFIG-related sed expression.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user