From c6373b7c1961400b73602bab682c16d2caffb627 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Thu, 10 Oct 2013 13:56:27 -0400 Subject: [PATCH] fixed #236 caused by me not resolving conflicts properly before --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 0ec290140..64ba753c7 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,8 @@ AC_ARG_WITH([afflib], [AS_HELP_STRING([--without-afflib],[Do not use AFFLIB even if it is installed])] [AS_HELP_STRING([--with-afflib=dir],[Specify that AFFLIB is installed in directory 'dir'])], dnl If --with-afflib or --without-afflib is given + [], + dnl If --with-afflib or --without-afflib is given [with_afflib=yes]) dnl check for the lib if they did not specify no -- GitLab