AC_CHECK_TYPE already prints a "checking for" message; don't bother
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Sep 2006 20:24:42 +0000 (20:24 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Sep 2006 20:24:42 +0000 (20:24 +0000)
printing another one before calling it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19223 f5534014-38df-0310-8fa8-9805f1628bb7

acinclude.m4

index 7e916a4cca8ddb7bca348603033f11eb80f3de9d..3b9db75181dc30460c297a536b04b1fbaaf9c3e2 100644 (file)
@@ -1043,7 +1043,6 @@ AC_DEFUN([AC_WIRESHARK_LIBPORTAUDIO_CHECK],[
        #
        if test "x$want_portaudio" != "xno"
        then
-               AC_MSG_CHECKING([whether include is (old) API version 1])
                AC_CHECK_TYPE(PortAudioStream,
                AC_DEFINE(PORTAUDIO_API_1, 1, [Define if we are using version of of the Portaudio library API]),
                ,