diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2008-01-24 20:26:40 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:22 +0200 |
| commit | ee94b95a993d091d1ab7826951498b03bb6dbbbc (patch) | |
| tree | 39224307d98bfa8438fd620c3f907d611afc4198 /rtaudio-config.in | |
| parent | 637f7dc5e805bad55dba7fb7693a45f5992b2ae7 (diff) | |
Various updates in ALSA for probing while device is open and in Windows for thread priority (gps).
Diffstat (limited to 'rtaudio-config.in')
| -rw-r--r-- | rtaudio-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtaudio-config.in b/rtaudio-config.in index f950f4e..c689a98 100644 --- a/rtaudio-config.in +++ b/rtaudio-config.in @@ -9,7 +9,7 @@ CFLAGS="@audio_apis@" if (test "x$1" == "x--libs") ; then echo "$LIBRARY" -elif (test "x$1" == "x--cflags") ; then +elif (test "x$1" == "x--CFLAGS") ; then echo "$CFLAGS" else echo "Unknown option: $1" |
