From: APTX Date: Mon, 16 Apr 2012 01:55:14 +0000 (-0400) Subject: xapian-config doesn't have a --cflags flag X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpatches;p=libferris.git xapian-config doesn't have a --cflags flag --- 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 \