From 463189cd121ce9a9f79d24c207e7c6c31898ea06 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 9 Oct 2016 19:22:57 -0700 Subject: Renamed some examples to make their function more obvious Also, added more comments for the same purpose. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 39bddc7..7482f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -69,8 +69,8 @@ AC_SEARCH_LIBS(clock_gettime, [rt]) libfuse_libs=$LIBS LIBS= AC_CHECK_LIB(ulockmgr, ulockmgr_op) -fusexmp_fh_libs=$LIBS -AC_SUBST(fusexmp_fh_libs) +passthrough_fh_libs=$LIBS +AC_SUBST(passthrough_fh_libs) LIBS= AC_ARG_WITH([libiconv-prefix], -- cgit v1.2.3