summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2015-04-17 16:03:14 +0900
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>2015-04-20 11:20:56 +0900
commitc84e499a2de8b029c651548092a46e3a1062990d (patch)
treeb92e7b8dabf5ef30080961924eafe2182a63fa23 /configure.ac
parentf315ae4f469a44c3691057b541425da4d4f9cbdf (diff)
downloadopenvswitch-c84e499a2de8b029c651548092a46e3a1062990d.tar.gz
configure.ac: Avoid using non-ascii characters in a comment
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Acked-by: Ben Pfaff <blp@nicira.com>
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 d1b48ca35..62d26b04b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ m4_pattern_forbid([LT_INIT]) dnl Make autoconf fail if libtool is missing.
# replacement, but programs using the new version may use APIs not
# present in the previous one. In other words, new symbols have been
# added and a program linking against the new version may fail with
-# “unresolved symbols.” If linking against the old version at runtime:
+# "unresolved symbols." If linking against the old version at runtime:
# set revision to 0, bump current and age.
#
# 3. Programs may need to be changed, recompiled, relinked in order to use