| Server IP : 82.208.35.60 / Your IP : 216.73.217.167 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/java/jode/files/ |
Upload File : |
--- configure Sun Aug 12 16:34:31 2001
+++ configure Tue Jun 24 13:33:58 2003
@@ -1125,5 +1125,5 @@
withval="$with_java"
- if test ${withval} != "" || test ${withval} != "yes" || test ${withval} != "no"; then
+ if test -n "${withval}" -a "${withval}" != "yes" -a "${withval}" != "no"; then
# set javac to user input value
@@ -1730,5 +1730,5 @@
{ echo "configure: error: You must only give one option --with-javac or --with-jikes" 1>&2; exit 1; }
fi
- if test ${withval} != "" || test ${withval} != "yes" || test ${withval} != "no"; then
+ if test -n "${withval}" -a "${withval}" != "yes" -a "${withval}" != "no"; then
for ac_file in ${withval}
do