aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-12 20:24:42 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-12 20:24:42 +0000
commit1ae3d4e86e8acbffc728deec5b69685d831381f4 (patch)
treef4c7faab1d1d6c3ebc1c7ff4c7ebd3de988e8d26 /acinclude.m4
parentc577480d71a742177885c4cd642e5786725c89c6 (diff)
AC_CHECK_TYPE already prints a "checking for" message; don't bother
printing another one before calling it. svn path=/trunk/; revision=19223
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7e916a4cca..3b9db75181 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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]),
,