aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-22 09:26:31 -0700
committerBen Pfaff <blp@nicira.com>2011-06-22 14:05:53 -0700
commite3438006d3fe940aa90496f8dfc590b6c21dd8c5 (patch)
treee8295d1d84fc6447090f257f1b176fd8d7bf85d7 /configure.ac
parent870b54e7c7ce23660e6db4999e58d9e6ac2ea618 (diff)
configure: Remove "26" from Linux variable names.
OVS used to support Linux 2.4 and Linux 2.6, but now it only supports Linux 2.6. Linux 3.0 is coming up, and it's just an evolution of 2.6, so OVS should stop referring to it as "2.6". This takes a first step by removing "26" from internal variable names. There should be no user-visible changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dde42e0c..0cf6863e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ OVS_ENABLE_SPARSE
AC_ARG_VAR(KARCH, [Kernel Architecture String])
AC_SUBST(KARCH)
-OVS_CHECK_LINUX26
+OVS_CHECK_LINUX
AC_CONFIG_FILES([Makefile
datapath/Makefile