--- trunk/include/meson.sminc 2018/05/16 08:06:16 30916 +++ trunk/include/meson.sminc 2018/05/16 08:06:56 30917 @@ -36,7 +36,7 @@ meson_without() { local feature="$1" - echo "-Dwith-{feature}=false" + echo "-Dwith-${feature}=false" } meson_bool_true()