mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 16:58:00 +02:00
reverting, this was already done
This commit is contained in:
parent
9406615018
commit
a2a5df49d6
1 changed files with 8 additions and 8 deletions
16
configure.in
16
configure.in
|
|
@ -166,14 +166,14 @@ else
|
|||
AC_SUBST(GCJFLAGS)
|
||||
fi
|
||||
|
||||
dnl Commenting this out so that gcj stuff won't get built unless explicitly required
|
||||
# if test x$enable_gcj = xauto ; then
|
||||
# if test x$have_gcj = xno ; then
|
||||
# enable_gcj=no
|
||||
# else
|
||||
# enable_gcj=yes
|
||||
# fi
|
||||
# fi
|
||||
echo "enable_gcj=$enable_gcj"
|
||||
if test x$enable_gcj = xauto ; then
|
||||
if test x$have_gcj = xno ; then
|
||||
enable_gcj=no
|
||||
else
|
||||
enable_gcj=yes
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x$enable_gcj = xyes; then
|
||||
if test x$have_gcj = xno ; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue