configure.ac
changeset 2854 a70abdbfa342
parent 2839 8e8313e40f8a
child 2855 6a7dfa57d63a
     1.1 --- a/configure.ac	Tue Jan 17 00:37:59 2012 +0100
     1.2 +++ b/configure.ac	Fri Jan 27 13:31:16 2012 +0100
     1.3 @@ -52,8 +52,8 @@
     1.4      [ACX_SET_KCONFIG_OPTION],
     1.5      [AS_IF(
     1.6          [test -n "$$1"],
     1.7 -        [kconfig_options="$kconfig_options $1=y"],
     1.8 -        [kconfig_options="$kconfig_options $1"])
     1.9 +        [kconfig_options="$kconfig_options has_$1=y"],
    1.10 +        [kconfig_options="$kconfig_options has_$1"])
    1.11      ])
    1.12  
    1.13  #--------------------------------------------------------------------