diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index e93ef8c498f27a53deab858021bad3c378363ffa..2574454d96cf5afe60c388503d9e14972f6fbc6c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1688,12 +1688,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
     ${GOOGLE_PERFTOOLS_LIBRARIES}
     )
 
-if (OPENAL)
-    target_link_libraries(${VIEWER_BINARY_NAME}
-        ${OPENAL_LIBRARIES}
-        )
-endif()
-
 if (USE_KDU)
     target_link_libraries(${VIEWER_BINARY_NAME}
         ${LLKDU_LIBRARIES}