Mixer: Fix receiving of direct OSC messages.
[nondaw.git] / FL / configure
blob4ac29df313c643b37ce2f8390f91fca282685f5d
1 #!/bin/sh
3 # Copyright (C) 2008 Jonathan Moore Liles
4 # This file is licensed under version 2 of the GPL.
6 . scripts/config-funcs
8 begin
10 begin_options
12 ask "Build for debugging" USE_DEBUG no
14 begin_tests
16 require_FLTK 1.1.7 images
17 require_command FLUID lib/fltk/fluid/fluid
18 require_command ar ar
19 require_command makedepend makedepend
21 end