[Libreoffice-commits] .: configure.in
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Apr 25 17:55:12 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 448d8c2d0e6f6f9f587228950e00a32277615b3e
Author: Dimitri Duc <dimitri.duc at gmail.com>
Date: Mon Apr 25 15:02:50 2011 +0200
Fixed incorrect bracket format.
diff --git a/configure.in b/configure.in
index 83fb2b3..1ab3c99 100755
--- a/configure.in
+++ b/configure.in
@@ -2871,7 +2871,7 @@ elif test "$enable_ccache_skip" = "auto" ; then
save_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS --ccache-skip -O2"
dnl an empty program will do, we're checking the compiler flags
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[]),
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])],
[use_ccache=yes], [use_ccache=no])
if test $use_ccache = yes ; then
AC_MSG_RESULT([yes, will enable --ccache-skip])
More information about the Libreoffice-commits
mailing list