X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=configure.ac;h=6a517ea4b5b542ceacf890c92249d3bfb7d51689;hp=c2f2e5f4439ab4f2969c777a57078dc0276eff73;hb=276900f1c02916b78f58fa21b736aa80ffd04bf5;hpb=0e295d91bb7f18afee1a0b0d587e5a0cf58bf2fb diff --git a/configure.ac b/configure.ac index c2f2e5f..6a517ea 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf source. # # Free exFAT implementation. -# Copyright (C) 2010-2016 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.3.0], [relan@users.noreply.github.com], [exfat-utils], [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.]) +], [:]) AC_CONFIG_HEADERS([libexfat/config.h]) AC_CONFIG_FILES([ libexfat/Makefile