configure.ac

changeset 33674
bdf9bd73a37d
parent 33673
b331678195f5
child 33675
8db7dd3e5a41
--- a/configure.ac	Wed Jan 23 22:03:05 2013 -0500
+++ b/configure.ac	Wed Jan 23 22:29:50 2013 -0500
@@ -207,7 +207,7 @@
   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 @@
 	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>

mercurial