diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-03-02 21:56:15 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-03-02 21:56:15 +0000 |
commit | bc97b29447bf5c9932ceccb665fa57dd7f654b36 (patch) | |
tree | f190713863f976e8e05cb9ee2b41cbaa8b433e71 /configure.ac | |
parent | fbaaf5acb7b391c605585971dac2b417b55f1100 (diff) | |
download | pulseaudio-panda-bc97b29447bf5c9932ceccb665fa57dd7f654b36.tar.gz pulseaudio-panda-bc97b29447bf5c9932ceccb665fa57dd7f654b36.tar.bz2 pulseaudio-panda-bc97b29447bf5c9932ceccb665fa57dd7f654b36.zip |
Negotiate protocol version between server and client. Will allow smoother
protocol modifications in the future.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@621 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 25a89edc..a0b16573 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_SUBST(PA_MAJORMINOR, "$PACKAGE_VERSION") AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/polypaudio/]) AC_SUBST(PA_API_VERSION, 8) +AC_SUBST(PA_PROTOCOL_VERSION, 8) if type -p stow > /dev/null && test -d /usr/local/stow ; then AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***]) |