From 16d2b774e4c06c47d03fc2324071091af40257c1 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 15 Apr 2012 21:55:14 -0400 Subject: [PATCH] xapian-config doesn't have a --cflags flag --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e8dbe52..8acbe04 100755 --- a/configure +++ b/configure @@ -27715,7 +27715,7 @@ $as_echo_n "checking for XAPIAN - version >= \"0.8.3\"... " >&6; } if test "$XAPIAN_CONFIG" = "no" ; then no_xapian=yes else - XAPIAN_CFLAGS="`$XAPIAN_CONFIG $xapian_config_args --cflags`" + XAPIAN_CFLAGS="`$XAPIAN_CONFIG $xapian_config_args --cxxflags`" XAPIAN_LIBS="`$XAPIAN_CONFIG $xapian_config_args --libs`" xapian_config_major_version=`$XAPIAN_CONFIG $xapian_config_args \ -- 2.52.0