mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix quoting for CONFIG-related sed expression.
This commit is contained in:
parent
0fd663e9c5
commit
41f2e692f6
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ AC_CACHE_CHECK([whether $1 is compilable],
|
|||
|
||||
dnl ============================================================================
|
||||
|
||||
CONFIG=`echo ${ac_configure_args} | sed -e "s#\'\([^ ]*\)\'#\1#g"`
|
||||
CONFIG=`echo ${ac_configure_args} | sed -e 's#'"'"'\([^ ]*\)'"'"'#\1#g'`
|
||||
AC_SUBST([CONFIG])
|
||||
|
||||
dnl Library revision.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue