]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fixed typo
authorRazvan Becheriu <ravan@isc.org>
Tue, 12 Mar 2019 20:14:04 +0000 (22:14 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 Apr 2019 07:55:02 +0000 (03:55 -0400)
configure.ac

index b07b7a1c0e1bbd23794d63ddb2eb1f6deb82e19d..1d054feb614c680763a0d3a4ca77cb0fdc26cf56 100644 (file)
@@ -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