[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Apr 25 18:32:45 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6431edd83c7eb12d55e9f1e814ecfe265907e8c4
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 8ba8d4f..8624333 100755
--- a/configure.in
+++ b/configure.in
@@ -2912,7 +2912,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