configure: Change --with-l26 to --with-linux.
[openvswitch] / rhel / openvswitch-kmod-rhel6.spec.in
index 5aa92bdc55624262028ae8b4aba9720e8ce5a862..8f9b2efcbb1c7163f9007342dda1b3c630da718b 100644 (file)
@@ -40,7 +40,7 @@ Open vSwitch Linux kernel module.
 %build
 for flavor in %flavors_to_build; do
        mkdir _$flavor
-       (cd _$flavor && ../configure --with-l26="%{kernel_source $flavor}")
+       (cd _$flavor && ../configure --with-linux="%{kernel_source $flavor}")
        %{__make} -C _$flavor/datapath/linux-2.6 %{?_smp_mflags}
 done