From: Razvan Becheriu Date: Tue, 12 Mar 2019 20:14:04 +0000 (+0200) Subject: fixed typo X-Git-Tag: Kea-1.6.0-beta~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c007fd5dc7060c214de5c2aee09cb76bee857c39;p=thirdparty%2Fkea.git fixed typo --- diff --git a/configure.ac b/configure.ac index b07b7a1c0e..1d054feb61 100644 --- a/configure.ac +++ b/configure.ac @@ -1253,7 +1253,7 @@ if test "x$enable_benchmark" = "xyes" ; then fi if test $enable_gtest = no; then - AC_MSG_ERROR([--with-benchmark and --with-benchmark-source requires --with-gtest or --with-gtest-source]) + AC_MSG_ERROR([--with-benchmark and --with-benchmark-source require --with-gtest or --with-gtest-source]) fi fi