[patch] Make NAS optional.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[patch] Make NAS optional.

Aleksej Saushev-2
 
  Hello!

NAS causes maintainance headache on some systems, and it isn't strictly needed.

Make NAS optional.

--- unix/vm-sound-NAS/config.cmake.orig 2009-08-26 22:42:18.000000000 +0400
+++ unix/vm-sound-NAS/config.cmake 2010-01-21 05:44:46.000000000 +0300
@@ -1,2 +1,7 @@
 PLUGIN_REQUIRE_INCLUDE (AUDIO_AUDIO_H audio/audio.h)
 PLUGIN_REQUIRE_LIBRARY (AUDIO audio)
+
+CHECK_LIBRARY_EXISTS (audio AuOpenServer "" HAVE_NAS)
+IF (NOT HAVE_NAS OR without-nas)
+  PLUGIN_DISABLE ()
+ENDIF ()


--
HE CE3OH...

attachment0 (496 bytes) Download Attachment