Skip to content

Commit

Permalink
configure: Fix bug report email address.
Browse files Browse the repository at this point in the history
Reported-by: Arun Sharma <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Joe Stringer <[email protected]>
  • Loading branch information
blp committed Feb 19, 2014
1 parent 56b0263 commit d709419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

AC_PREREQ(2.64)
AC_INIT(openvswitch, 2.1.90, ovs-[email protected])
AC_INIT(openvswitch, 2.1.90, [email protected])
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit d709419

Please sign in to comment.