summaryrefslogtreecommitdiff
path: root/m4/fp_prog_sh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fp_prog_sh.m4')
-rw-r--r--m4/fp_prog_sh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fp_prog_sh.m4 b/m4/fp_prog_sh.m4
index f7c2c49fe8..18e909da51 100644
--- a/m4/fp_prog_sh.m4
+++ b/m4/fp_prog_sh.m4
@@ -3,7 +3,7 @@
# Find a functional Bourne shell
AC_DEFUN([FP_PROG_SH],
[
- AC_REQUIRE([FPTOOLS_SET_PLATFORM_VARS]) dnl for $windows
+ AC_REQUIRE([FPTOOLS_SET_PLATFORMS_VARS]) dnl for $windows
AC_ARG_VAR(SH,[Use as the full path to a Bourne shell. [default=autodetect]])
AC_PATH_PROGS([SH], [sh bash])
if test "$windows" = "YES"; then