Various documentation, configuration, and minor naming changes (gps).
[rtaudio.git] / configure.ac
index 78eb85a52582afa010e53b3c763a579cffb65e50..e0fac8b2b82eff2fb9946a9a74888da4ec3162fe 100644 (file)
@@ -123,6 +123,7 @@ case $host in
   AC_ARG_WITH(ds, [  --with-ds = choose DirectSound API support (windoze only)], [AC_SUBST( sound_api, [-D__WINDOWS_DS__] ) AC_MSG_RESULT(using DirectSound)], )
   if test $sound_api = -D__WINDOWS_DS__; then
     audio_apis="-D__WINDOWS_DS__ $audio_apis"
+    LIBS="-ldsound -lwinmm $LIBS"
   fi
 
   # If no audio api flags specified, use DirectSound
@@ -130,6 +131,7 @@ case $host in
     AC_SUBST( sound_api, [-D__WINDOWS_DS__] )
     AC_MSG_RESULT(using DirectSound)
     audio_apis="-D__WINDOWS_DS__"
+    LIBS="-ldsound -lwinmm $LIBS"
   fi
   ;;