diff --git a/configuration/include/ac_path_jarfile.m4 b/configuration/include/ac_path_jarfile.m4 index 9f14551..fca05eb 100644 --- a/configuration/include/ac_path_jarfile.m4 +++ b/configuration/include/ac_path_jarfile.m4 @@ -59,7 +59,7 @@ if test "x${$2_JAR}" = "xyes"; then for path in ${it_extra_paths_$1}; do # Make sure we only get the first one if multiple occurrences are found - # under the current path. Supress errors for missing paths as well. + # under the current path. Suppress errors for missing paths as well. found_jar=`find ${path} -name $1.jar 2> /dev/null | sed 1q` if test -n "${found_jar}"; then $2_JAR=${found_jar}