Stop PulseAudio callback busy-waiting when stream is stopped.
[rtaudio-cdist.git] / configure.ac
index cc1c30b3f1a90bf2a753e764becce87637dbfb9c..c11ffc632801077b130f3c2742b332be02ab24d9 100644 (file)
@@ -91,7 +91,7 @@ if test x"$GXX" = "xyes"; then
 fi
 
 # Checks for functions
-AC_CHECK_FUNC(gettimeofday, [cppflag="$cppflag -DHAVE_GETTIMEOFDAY"], )
+AC_CHECK_FUNCS(gettimeofday)
 
 # Checks for doxygen
 AC_CHECK_PROG( DOXYGEN, [doxygen], [doxygen] )