From: YAMAMOTO Takashi Date: Fri, 17 Apr 2015 07:03:14 +0000 (+0900) Subject: configure.ac: Avoid using non-ascii characters in a comment X-Git-Tag: v2.4.0~304 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=c84e499a2de8b029c651548092a46e3a1062990d;p=cascardo%2Fovs.git configure.ac: Avoid using non-ascii characters in a comment Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff --- 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