X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ffuse-exfat.git;a=blobdiff_plain;f=configure.ac;h=d7fc1417be95bee8cd4c71cb0b76f19e454f3bca;hp=afbf499d0fff6a49febad82913aff96e2c926f6c;hb=a1d69ab036a93ad962080b7f9be254dd43f97b2c;hpb=914023217c196c0831fe3295d9d8c7176b7e3609 diff --git a/configure.ac b/configure.ac index afbf499..d7fc141 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf source. # # Free exFAT implementation. -# Copyright (C) 2010-2017 Andrew Nayenko +# Copyright (C) 2010-2018 Andrew Nayenko # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ # AC_INIT([Free exFAT implementation], - [1.2.6], + [1.3.0], [relan@users.noreply.github.com], [fuse-exfat], [https://github.com/relan/exfat]) @@ -31,6 +31,12 @@ AC_PROG_CC_C99 AC_PROG_RANLIB AM_PROG_AR AC_SYS_LARGEFILE +PKG_CHECK_MODULES([UBLIO], [libublio], [ + CFLAGS="$CFLAGS $UBLIO_CFLAGS" + LIBS="$LIBS $UBLIO_LIBS" + AC_DEFINE([USE_UBLIO], [1], + [Define if block devices are not supported.]) +], [:]) PKG_CHECK_MODULES([FUSE], [fuse]) AC_CONFIG_HEADERS([libexfat/config.h]) AC_CONFIG_FILES([