Fix a mistake... :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6733 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
825ceca9f1
commit
4e97f83578
|
@ -124,7 +124,7 @@ else()
|
||||||
message("ao NOT found, disabling ao sound backend")
|
message("ao NOT found, disabling ao sound backend")
|
||||||
endif(AO_FOUND)
|
endif(AO_FOUND)
|
||||||
|
|
||||||
#check_lib(BLUEZ bluez QUIET)
|
check_lib(BLUEZ bluez QUIET)
|
||||||
if(BLUEZ_FOUND)
|
if(BLUEZ_FOUND)
|
||||||
add_definitions(-DHAVE_BLUEZ=1)
|
add_definitions(-DHAVE_BLUEZ=1)
|
||||||
message("bluez found, enabling bluetooth support")
|
message("bluez found, enabling bluetooth support")
|
||||||
|
|
Loading…
Reference in New Issue