From a56a7f0e986991fc24a51c2b0edbdcb00c6ac843 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Mon, 23 Oct 2000 09:06:40 +0000 Subject: [PATCH] Fixed a bug in configure.in, reported by zzzeek git-svn-id: https://svn.code.sf.net/p/jode/code/branches/branch_1_1@1270 379699f6-c40d-0410-875b-85095c16579e --- jode/AUTHORS | 2 +- jode/THANKS | 1 + jode/configure.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 jode/THANKS diff --git a/jode/AUTHORS b/jode/AUTHORS index fc38b9f..0f30348 100644 --- a/jode/AUTHORS +++ b/jode/AUTHORS @@ -1 +1 @@ -Jochen Hoenicke \ No newline at end of file +Jochen Hoenicke diff --git a/jode/THANKS b/jode/THANKS new file mode 100644 index 0000000..57ddf76 --- /dev/null +++ b/jode/THANKS @@ -0,0 +1 @@ +zzzeek diff --git a/jode/configure.in b/jode/configure.in index bca1989..6d141ff 100644 --- a/jode/configure.in +++ b/jode/configure.in @@ -78,7 +78,7 @@ AM_CONDITIONAL(HAVE_JIKES, test x"$JIKES" != x) AC_ARG_WITH(javac, [ --with-javac specify location of javac ], [ - if test x$USER_SPECIFIED_JIKES == xtrue; then + if test x$USER_SPECIFIED_JIKES = xtrue; then AC_MSG_ERROR(You must only give one option --with-javac or --with-jikes) fi if test ${withval} != "" || test ${withval} != "yes" || test ${withval} != "no"; then