diff options
author | Sveinung Kvilhaugsvik <sveinung84@users.sourceforge.net> | 2013-09-29 01:12:44 +0200 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2013-10-03 19:01:30 +0200 |
commit | e97967395fa35274e19bd69b7f32b6e51ffc0721 (patch) | |
tree | d98239f4a908d4f55fc098bdfe24e43cc27735ea /m4/ax_java_check_class.m4 | |
parent | dd946914edb9da25e2d8c8b2186fab5d8103f3d4 (diff) | |
download | autoconf-archive-e97967395fa35274e19bd69b7f32b6e51ffc0721.tar.gz |
Fix spelling of "available".
Diffstat (limited to 'm4/ax_java_check_class.m4')
-rw-r--r-- | m4/ax_java_check_class.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_java_check_class.m4 b/m4/ax_java_check_class.m4 index bd5052a..917638a 100644 --- a/m4/ax_java_check_class.m4 +++ b/m4/ax_java_check_class.m4 @@ -49,7 +49,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 8 +#serial 9 AU_ALIAS([DPS_JAVA_CHECK_CLASS], [AX_JAVA_CHECK_CLASS]) AC_DEFUN([AX_JAVA_CHECK_CLASS],[ @@ -60,7 +60,7 @@ xopts=`echo ${CLASSPATH} | ${SED} 's/^ *://'` xopts="-classpath $xopts" else xtra=""; xopts=""; fi cache_var="cache_val"AS_TR_SH([_Jc_${JAVAC}_Cp_${CLASSPATH}]) -AC_CACHE_CHECK([if the $1 class is avialable$xtra], [$cache_var], [ +AC_CACHE_CHECK([if the $1 class is available$xtra], [$cache_var], [ JAVA_TEST=Test.java CLASS_TEST=Test.class cat << \EOF > $JAVA_TEST |