From 77660c67e0004348678a273287fa9873d35e4c68 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 19 Apr 2018 11:51:05 +1200 Subject: [PATCH] Fix --disable-gpl-libxapian It was accidentally hard-wired such that it was ignored. --- xapian-core/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/xapian-core/configure.ac b/xapian-core/configure.ac index e550e472c..87e8b2595 100644 --- a/xapian-core/configure.ac +++ b/xapian-core/configure.ac @@ -786,7 +786,6 @@ dnl *************************** dnl Check if a non-GPL library build is specified. -enable_gpl_libxapian=yes AC_ARG_ENABLE([gpl-libxapian], [AS_HELP_STRING([--disable-gpl-libxapian], [disable use of GPL code in libxapian])], [case ${enableval} in -- 2.11.4.GIT