After some reading it is clear that the code was written for
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Sep 2006 14:16:50 +0000 (14:16 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 4 Sep 2006 14:16:50 +0000 (14:16 +0000)
portaudio versions <= 18. At least Suse 10.1 provides a snapshot
of version 19, which, in turn has the brand new and incompatible
version 2.0 of the API. Change the error message to tell the
user that he needs portaudio <= 18.

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

acinclude.m4

index 3f6bbd7465a6898a785d2e27a6f1b0c405564289..017fb5bc25bc373442b728b395758e668e679c8f 100644 (file)
@@ -1053,7 +1053,7 @@ AC_DEFUN([AC_WIRESHARK_LIBPORTAUDIO_CHECK],[
                        PORTAUDIO_LIBS=""
                        if test x$want_portaudio = xyes;
                        then
-                               AC_MSG_ERROR(Wrong version of portaudio includes)
+                               AC_MSG_ERROR([Wrong version of portaudio, need <= 18])
                        else
                                want_portaudio=no       
                        fi