PR123: LD_LIBRARY_PATH and java.library.path
[cacao.git] / m4 / jit.m4
index fa1281e2971e7ad2866c074d35620f0c833d05d5..3cd8dc0d06ca0acd724ee81710b9f658ba7a9295 100644 (file)
--- a/m4/jit.m4
+++ b/m4/jit.m4
@@ -21,8 +21,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
-dnl 
-dnl $Id: configure.ac 7228 2007-01-19 01:13:48Z edwin $
 
 
 dnl check for JIT compiler
@@ -30,7 +28,7 @@ dnl check for JIT compiler
 AC_DEFUN([AC_CHECK_ENABLE_JIT],[
 AC_MSG_CHECKING(whether JIT compiler should be compiled)
 AC_ARG_ENABLE([jit],
-              [AS_HELP_STRING(--disable-jit,disable JIT compiler [[default=yes]])],
+              [AS_HELP_STRING(--disable-jit,disable JIT compiler [[default=enabled]])],
               [case "${enableval}" in
                    no)
                        ENABLE_JIT=no