aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-11-01 12:22:47 -0700
committerBen Pfaff <blp@nicira.com>2010-11-30 10:30:30 -0800
commit611d30ceb68c8542d11acee8248f66f9485505e9 (patch)
tree8dcc049b1526de2eebb13b279dbd8b1631802c3a /m4
parent847a0730a03f0fb4461c79ae957eabe03db71f53 (diff)
vlog: Generate vlog-modules.def automatically.
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index fe30eec2..6dda3508 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -348,4 +348,6 @@ AC_DEFUN([OVS_CHECK_LINKER_SECTIONS],
into sections with user-defined names and the linker
automatically defines __start_SECNAME and __stop_SECNAME
symbols that designate the start and end of the section.])
- fi])
+ fi
+ AM_CONDITIONAL(
+ [USE_LINKER_SECTIONS], [test $ovs_cv_use_linker_sections = yes])])