[Groonga-commit] groonga/groonga at a09dff3 [master] Show clang checking message

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 27 10:55:34 JST 2013


Kouhei Sutou	2013-05-27 10:55:34 +0900 (Mon, 27 May 2013)

  New Revision: a09dff3b7fe22c1a2c21d47127151aab385f69cc
  https://github.com/groonga/groonga/commit/a09dff3b7fe22c1a2c21d47127151aab385f69cc

  Message:
    Show clang checking message

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac    2013-05-25 19:11:25 +0900 (fcc1623)
+++ configure.ac    2013-05-27 10:55:34 +0900 (68f24f5)
@@ -77,11 +77,13 @@ m4_ifdef([PKG_PROG_PKG_CONFIG],
          [PKG_PROG_PKG_CONFIG([0.19])
           m4_pattern_allow(PKG_CONFIG_LIBDIR)])
 
+AC_MSG_CHECKING([for clang])
 if test "$CC" = "clang"; then
   CLANG=yes
 else
   CLANG=no
 fi
+AC_MSG_RESULT([$CLANG])
 
 AC_DEFUN([CHECK_CFLAG], [
   AC_MSG_CHECKING([if gcc supports $1])
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index