From: Ben Pfaff Date: Wed, 22 Jun 2011 22:09:50 +0000 (-0700) Subject: configure: Fix typo in user message. X-Git-Tag: v1.2.0~133 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=53319f95b9d3d025917110e2688a2cf0616f7071 configure: Fix typo in user message. --- diff --git a/acinclude.m4 b/acinclude.m4 index e89e0e9f6..fc7155f7b 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