diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-12 18:14:45 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-12 18:14:45 +0200 |
commit | bb4e50f30c46bef8ab49a886c3042644a25322d9 (patch) | |
tree | 657b565ee743e21b381260c49a4956e7d214fb8a /configure.ac | |
parent | 259a98985b4f93347923d1b2c3aaa535397aaa89 (diff) |
Add an explicit defition for the libsquashfs so version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b87b404..e5b29d7 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,8 @@ AC_PROG_SED AC_SYS_LARGEFILE AC_CANONICAL_HOST +AC_SUBST([LIBSQUASHFS_SO_VERSION], [0:0:0]) + m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf macros. These are usually located in /usr/share/aclocal/pkg.m4. |