summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in4
-rw-r--r--foreign/openpgm/create_custom_gsi_1.patch (renamed from foreign/openpgm/create_custom_gsi.patch)0
2 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
diff --git a/foreign/openpgm/create_custom_gsi.patch b/foreign/openpgm/create_custom_gsi_1.patch
index 2e709f1..2e709f1 100644
--- a/foreign/openpgm/create_custom_gsi.patch
+++ b/foreign/openpgm/create_custom_gsi_1.patch