projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9024a
)
Fixes to configure script based on suggestions from GigaFin.
author
Justin Pettit
<jpettit@nicira.com>
Thu, 10 Apr 2008 23:51:46 +0000
(16:51 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Thu, 10 Apr 2008 23:51:46 +0000
(16:51 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d86e553c479de3a20c7a97e2c16736434e1759a5..581157eef7191c0a4dc76b8c6b0cf6521ac3946d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4,6
+4,7
@@
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_CPP
+AC_PROG_LD
AC_USE_SYSTEM_EXTENSIONS
@@
-27,7
+28,8
@@
CHECK_LINUX(l24, 2.4, 2.4, KSRC24, L24_ENABLED)
AC_CHECK_HEADER([linux/netlink.h],
[HAVE_NETLINK=yes],
[HAVE_NETLINK=no],
- [#include <sys/socket.h>])
+ [#include <sys/socket.h>
+#include <linux/types.h>])
AM_CONDITIONAL([HAVE_NETLINK], [test "$HAVE_NETLINK" = yes])
if test "$HAVE_NETLINK" = yes; then
AC_DEFINE([HAVE_NETLINK], [1],