summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 13:26:45 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 15:42:24 +0200
commita871755e673fc83c92bf9731603d22004d0a3f2e (patch)
treea8bc45a4b036845be07895c758fca120c54a1d46 /configure.in
parentbcd21acf727da88388c2dcbc795c24525f178dde (diff)
Reduce vertical whitespace a bit
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index eef6de426463..3d3d7e982502 100644
--- a/configure.in
+++ b/configure.in
@@ -2239,8 +2239,6 @@ if test "$_os" = "SunOS"; then
fi
-
-
dnl ===================================================================
dnl Test MacOSX sdk and version requirement
dnl ===================================================================
@@ -2479,7 +2477,6 @@ if test "$_os" != "WINNT" -o "$WITH_MINGW" = "yes" ; then
if test "$CCACHE" != "" ; then
AC_MSG_CHECKING([whether $CC is already ccached])
-
AC_LANG_PUSH([C])
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS --ccache-skip -O2"
@@ -3333,7 +3330,6 @@ fi
AC_SUBST(ENABLE_CRASHDUMP)
-
dnl Set the ENABLE_WERROR variable. (Activate --enable-werror)
dnl ===================================================================
AC_MSG_CHECKING([whether to turn warnings to errors])
@@ -8620,7 +8616,6 @@ if test "$enable_ext_report_builder" != "no" -a "x$enable_extension_integration"
[AC_MSG_ERROR(libserializer.jar not found.)], [])
fi
-
if test -z $LIBBASE_JAR; then
AC_CHECK_FILE(/usr/share/java/libbase-1.0.0.jar,
[ LIBBASE_JAR=/usr/share/java/libbase-1.0.0.jar ],