From 4e97f835788e3cc7cc12905abdd1e4c398cc0566 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Mon, 3 Jan 2011 22:08:03 +0000 Subject: [PATCH] Fix a mistake... :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6733 8ced0084-cf51-0410-be5f-012b33b47a6e --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 058ceb4262..133b2c50ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ else() message("ao NOT found, disabling ao sound backend") endif(AO_FOUND) -#check_lib(BLUEZ bluez QUIET) +check_lib(BLUEZ bluez QUIET) if(BLUEZ_FOUND) add_definitions(-DHAVE_BLUEZ=1) message("bluez found, enabling bluetooth support")