projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a89c17
)
configure: Fix typo in user message.
author
Ben Pfaff
<blp@nicira.com>
Wed, 22 Jun 2011 22:09:50 +0000
(15:09 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 22 Jun 2011 22:09:59 +0000
(15:09 -0700)
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index e89e0e9f6c5f6253d24b4ce8b872efd9fe9d7e54..fc7155f7b2918a31132c2dcf3f2ccabe854b3751 100644
(file)
--- 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