Fix quoting for CONFIG-related sed expression.

This commit is contained in:
Jason Evans 2015-01-25 20:15:13 -08:00
parent 0fd663e9c5
commit 41f2e692f6

View File

@ -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.