Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sahlberg/libnfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sahlberg committed Jul 12, 2018
2 parents 21e208b + 3ba7c53 commit 2b93fcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ fi
AC_SYS_LARGEFILE

#option: utils
MAYBE_UTILS="utils"
AC_ARG_ENABLE([utils],
[AC_HELP_STRING([--enable-utils],
[Build util programs])],
[MAYBE_UTILS=""],
[MAYBE_UTILS="utils"])
[if test $enableval = no ; then
MAYBE_UTILS=""
fi])
AC_SUBST(MAYBE_UTILS)

#option: examples
Expand Down

0 comments on commit 2b93fcf

Please sign in to comment.