From: Ben Pfaff Date: Wed, 22 Jun 2011 22:09:50 +0000 (-0700) Subject: configure: Fix typo in user message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53319f95b9d3d025917110e2688a2cf0616f7071;p=openvswitch configure: Fix typo in user message. --- diff --git a/acinclude.m4 b/acinclude.m4 index e89e0e9f..fc7155f7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -93,7 +93,7 @@ AC_DEFUN([OVS_CHECK_LINUX], [ *) KSRC=`pwd`/$KSRC ;; esac if test ! -e $KSRC/include/linux/kernel.h; then - AC_MSG_ERROR([$KSRC is not a kernel source directory)]) + AC_MSG_ERROR([$KSRC is not a kernel source directory]) fi else KSRC=$KBUILD