mpg123-1.31.2
This commit is contained in:
@@ -9,7 +9,7 @@ dnl 2.69 at least.
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
dnl ############# Initialisation
|
||||
AC_INIT([mpg123], [1.31.1], [maintainer@mpg123.org])
|
||||
AC_INIT([mpg123], [1.31.2], [maintainer@mpg123.org])
|
||||
dnl Increment API_VERSION when the API gets changes (new functions).
|
||||
|
||||
dnl libmpg123
|
||||
@@ -2639,7 +2639,7 @@ if test x$network_type = xauto; then
|
||||
fi
|
||||
|
||||
# new net123
|
||||
if test x$network_type != xinternal -a x$network_type != xdisabled; then
|
||||
if test x$network_type != xdisabled; then
|
||||
AC_DEFINE([NET123], [1], [ Define to for new net123 network stack. ])
|
||||
fi
|
||||
if test x$network_type = xexec -a x$have_fork != xyes; then
|
||||
|
||||
Reference in New Issue
Block a user