Reduce vertical whitespace a bit
This commit is contained in:
parent
bcd21acf72
commit
a871755e67
1 changed files with 0 additions and 5 deletions
|
@ -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 ],
|
||||
|
|
Loading…
Reference in a new issue