Skip to content

Commit ecbedee

Browse files
author
Ralph Castain
committed
Fix typo
1 parent 483685e commit ecbedee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/pmix/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ AC_PREREQ(2.69)
4747
AC_CONFIG_AUX_DIR(./config)
4848
# Note that this directory must *exactly* match what was specified via
4949
# -I in ACLOCAL_AMFLAGS in the top-level Makefile.am.
50-
AC_CONFIG_MACRO_DIRS(./config)
50+
AC_CONFIG_MACRO_DIR(./config)
5151

5252
# Get our platform support file. This has to be done very, very early
5353
# because it twiddles random bits of autoconf

0 commit comments

Comments
 (0)