/pidgin/main: bdf9bd73a37d: These parentheses should be quoted.

Elliott Sales de Andrade qulogic at pidgin.im
Fri Jan 25 02:16:44 EST 2013


Changeset: bdf9bd73a37d653a87d37abf557c179190c495a3
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2013-01-23 22:29 -0500
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/bdf9bd73a37d

Description:

These parentheses should be quoted.

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ AC_SEARCH_LIBS([ceil], [m], [], [
   AC_MSG_ERROR([unable to find the ceil() function])
 ])
 
-AC_MSG_CHECKING(for fileno())
+AC_MSG_CHECKING([for fileno()])
 AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #include <stdio.h>
 
@@ -231,7 +231,7 @@ int main(int argc, char *argv[])
 	AC_MSG_RESULT(no)
 ])
 
-AC_MSG_CHECKING(for the %z format string in strftime())
+AC_MSG_CHECKING([for the %z format string in strftime()])
 AC_RUN_IFELSE([AC_LANG_SOURCE([[
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>



More information about the Commits mailing list