[ovs-dev] [PATCH 1/2] configure.ac: Avoid using non-ascii characters in a comment

YAMAMOTO Takashi yamamoto at valinux.co.jp
Fri Apr 17 08:29:55 UTC 2015


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d1b48ca..62d26b0 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
-- 
2.2.1




More information about the dev mailing list