tizen 2.3.1 release
[framework/connectivity/bluez.git] / packaging / disable-eir-unittest.patch
1 Index: master/bluez/Makefile.am
2 ===================================================================
3 --- master.orig/bluez/Makefile.am       2012-12-03 18:04:33.553687302 +0530
4 +++ master/bluez/Makefile.am    2012-12-03 18:47:45.061594577 +0530
5 @@ -441,7 +441,7 @@
6  
7  unit_objects =
8  
9 -if TEST
10 +if FALSE
11  unit_tests = unit/test-eir
12  
13  noinst_PROGRAMS += $(unit_tests)
14 Index: master/bluez/acinclude.m4
15 ===================================================================
16 --- master.orig/bluez/acinclude.m4      2012-12-03 18:04:33.553687302 +0530
17 +++ master/bluez/acinclude.m4   2012-12-03 18:27:11.865638700 +0530
18 @@ -387,7 +387,7 @@
19         AM_CONDITIONAL(PAND, test "${pand_enable}" = "yes")
20         AM_CONDITIONAL(DUND, test "${dund_enable}" = "yes")
21         AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
22 -       AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes")
23 +       AM_CONDITIONAL(TEST, test "${test_enable}" = "yes")
24         AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes")
25         AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes")
26         AM_CONDITIONAL(PCMCIA, test "${pcmcia_enable}" = "yes")