summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-07-15 09:13:39 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-07-15 09:13:39 -0400
commit6dfb3f8e8b55b53eb82a1a9f996325f4d7791e00 (patch)
treedee013291ba4bf52ea0c755469aa61a53f4ef1b6 /build_posix
parentf6715e7973d96fc0f6b960279df04b262da7c00c (diff)
downloadmongo-6dfb3f8e8b55b53eb82a1a9f996325f4d7791e00.tar.gz
configure.ac:21: warning: back quotes and double quotes must not be escaped in: Unknown LevelDB flavor \"$r\"
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4
index a0787c69139..54933130b05 100644
--- a/build_posix/aclocal/options.m4
+++ b/build_posix/aclocal/options.m4
@@ -98,7 +98,7 @@ no) wt_cv_enable_leveldb=no;;
basho) wt_cv_enable_basholeveldb=yes;;
hyper) wt_cv_enable_hyperleveldb=yes;;
rocksdb) wt_cv_enable_rocksdb=yes;;
-*) AC_MSG_ERROR([Unknown LevelDB flavor \"$r\"]);;
+*) AC_MSG_ERROR([Unknown LevelDB configuration "$r"]);;
esac
AH_TEMPLATE(HAVE_BASHOLEVELDB, [Build the LevelDB API with Basho LevelDB support.])