]> git.notmuchmail.org Git - notmuch/blobdiff - configure
configure: Set XAPIAN_CONFIG to only "xapian-config" by default.
[notmuch] / configure
index 7e8cd163f950eb8f42656a363fe764b8c71aa670..5e360d8c45d2116fad18aa28d09302e92076b1df 100755 (executable)
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ CXX=${CXX:-g++}
 CFLAGS=${CFLAGS:--O2}
 CXXFLAGS=${CXXFLAGS:-\$(CFLAGS)}
 LDFLAGS=${LDFLAGS:-}
-XAPIAN_CONFIG=${XAPIAN_CONFIG:-xapian-config-1.1${tab}xapian-config}
+XAPIAN_CONFIG=${XAPIAN_CONFIG:-xapian-config}
 
 # We don't allow the EMACS or GZIP Makefile variables inherit values
 # from the environment as we do with CC and CXX above. The reason is