Switch to unified view

a/src/configure.ac b/src/configure.ac
...
...
313
fi
313
fi
314
314
315
315
316
#### Look for Xapian. Done in a strange way to work around autoconf
316
#### Look for Xapian. Done in a strange way to work around autoconf
317
# cache
317
# cache
318
XAPIAN_CONFIG=no
318
XAPIAN_CONFIG=${XAPIAN_CONFIG:-no}
319
if test "$XAPIAN_CONFIG" = "no"; then 
319
if test "$XAPIAN_CONFIG" = "no"; then 
320
    AC_PATH_PROG(XAPIAN_CONFIG0, [xapian-config], no)
320
    AC_PATH_PROG(XAPIAN_CONFIG0, [xapian-config], no)
321
    XAPIAN_CONFIG=$XAPIAN_CONFIG0
321
    XAPIAN_CONFIG=$XAPIAN_CONFIG0
322
fi
322
fi
323
if test "$XAPIAN_CONFIG" = "no"; then 
323
if test "$XAPIAN_CONFIG" = "no"; then