~alai/checkbox/efi_resource_ret_unexp_strings

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-resource-generic/src/configure.ac

  • Committer: Daniel Manrique
  • Author(s): Sylvain Pineau
  • Date: 2014-06-19 12:16:16 UTC
  • mfrom: (3086.1.1 fix-1305640)
  • Revision ID: daniel_manrique-20140619121616-c1my06my4fmvgi3z
"automatic merge by tarmac [r=sylvain-pineau][bug=1305640][author=sylvain-pineau]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
          [Define to 1 if <linux/nl80211.h> defines NL80211_BAND_ATTR_HT_CAPA])
29
29
AC_EGREP_HEADER([NL80211_BAND_ATTR_HT_CAPA], [linux/nl80211.h],
30
30
                [AC_DEFINE([HAVE_NL80211_BAND_ATTR_HT_CAPA], 1)])
31
 
AC_DEFINE([HAVE_NL80211_BAND_ATTR_VHT_MSC_SET], [0],
32
 
          [Define to 1 if <linux/nl80211.h> defines NL80211_BAND_ATTR_VHT_MSC_SET])
 
31
AC_DEFINE([HAVE_NL80211_BAND_ATTR_VHT_MCS_SET], [0],
 
32
          [Define to 1 if <linux/nl80211.h> defines NL80211_BAND_ATTR_VHT_MCS_SET])
33
33
AC_EGREP_HEADER([NL80211_BAND_ATTR_VHT_MCS_SET], [linux/nl80211.h],
34
 
                [AC_DEFINE([HAVE_NL80211_BAND_ATTR_VHT_MSC_SET], 1)])
 
34
                [AC_DEFINE([HAVE_NL80211_BAND_ATTR_VHT_MCS_SET], 1)])
35
35
 
36
36
# Checks for typedefs, structures, and compiler characteristics.
37
37
# TODO: re-enable AC_CHECK_HEADER_STDBOOL when Ubuntu 12.04 is no longer supported