--- linuxsampler/trunk/src/Sampler.cpp 2004/05/13 10:23:10 75 +++ linuxsampler/trunk/src/Sampler.cpp 2004/05/14 19:10:21 76 @@ -204,9 +204,11 @@ case AudioOutputDevice::type_alsa: pDevice = new AudioOutputDeviceAlsa; break; +#if HAVE_JACK case AudioOutputDevice::type_jack: pDevice = new AudioOutputDeviceJack; break; +#endif default: throw LinuxSamplerException("Unknown audio output device type"); }