diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 78029a3..42178d2 100644 --- a/configure.in +++ b/configure.in @@ -436,10 +436,10 @@ if test "x$with_pgm1_ext" != "xno"; then AC_MSG_CHECKING([Patching ${pgm_basename}]) - if patch --silent -p0 < foreign/openpgm/create_custom_gsi.patch; then + if patch --silent -p0 < foreign/openpgm/create_custom_gsi_1.patch; then AC_MSG_RESULT([yes]) else - AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi.patch file.]) + AC_MSG_ERROR([Could not apply foreign/openpgm/create_custom_gsi_1.patch file.]) fi # Generate galois_tables.c |