From c84e499a2de8b029c651548092a46e3a1062990d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 17 Apr 2015 16:03:14 +0900 Subject: [PATCH] configure.ac: Avoid using non-ascii characters in a comment Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5