aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-08 23:05:19 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-08 23:05:19 +0800
commit7f6e63aba5e7c45e09df63666a2458a6217ebbfe (patch)
tree037ea9d0bbd10a43916b7037478a4d73c67d639c /configure.ac
parent25081f60c46741c6a9f2f0f1465af876514ffbb9 (diff)
Make "Checking how to use..." lower case.
The configure script generated by autoconf uses lower case "checking". Let's keep in line. :)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6ff37652..85c9fed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,7 +621,7 @@ AC_CHECK_HEADER(
XCFLAGS="$CXXFLAGS"
-echo Checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L...
+echo checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L...
local_found_posix_switch=no
for i in "" "-D_POSIX_C_SOURCE=200112L" "-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L"; do