X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=6c6725bc601dd39118a8990c9cc0a00b8d051754;hb=eb68016c5442cbab4887d435ac4819be61001ff7;hp=7e2641740510ae30ba741f05618061d4128a999e;hpb=5925b60368626feb83e33dfb91f1b41fc314e078;p=android-x86%2Fexternal-exfat.git diff --git a/configure.ac b/configure.ac index 7e26417..6c6725b 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.5], + [1.2.8], [relan@users.noreply.github.com], [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([