diff options
| author | 2024-03-26 22:31:43 +0100 | |
|---|---|---|
| committer | 2024-03-26 22:31:43 +0100 | |
| commit | 303ece5fa462713552e0013b48b66a08955a12d4 (patch) | |
| tree | 047efc46e5da9975873d268115db0f564e9f3123 /configure.ac | |
| parent | a435ebf661dfe76347e034f0e2e69a5168492384 (diff) | |
| download | libusbmuxd-303ece5fa462713552e0013b48b66a08955a12d4.tar.gz libusbmuxd-303ece5fa462713552e0013b48b66a08955a12d4.tar.bz2 | |
iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a single socket
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 36df4b4..ec2cade 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ fi  dnl Minimum package versions  LIBPLIST_VERSION=2.2.0 -LIMD_GLUE_VERSION=1.0.0 +LIMD_GLUE_VERSION=1.2.0  AC_SUBST(LIBPLIST_VERSION)  AC_SUBST(LIMD_GLUE_VERSION) | 
