diff options
| author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-06-22 12:08:22 +0000 | 
|---|---|---|
| committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-06-22 12:08:22 +0000 | 
| commit | a2a5df49d62553c3615a4525e46fe3f567c1c797 (patch) | |
| tree | ced84823ad9a6aa6ad6a34d9f484f3cca5104fdb | |
| parent | 94066150185141b6533233a7862e0343b9a0bba4 (diff) | |
reverting, this was already done
| -rw-r--r-- | configure.in | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/configure.in b/configure.in index cfab621f..de441252 100644 --- a/configure.in +++ b/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 | 
