configure: Fix typo in user message.
authorBen Pfaff <blp@nicira.com>
Wed, 22 Jun 2011 22:09:50 +0000 (15:09 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 22 Jun 2011 22:09:59 +0000 (15:09 -0700)
acinclude.m4

index e89e0e9..fc7155f 100644 (file)
@@ -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