From ff65e26ce7567ea6a907e566f8530f4988231d68 Mon Sep 17 00:00:00 2001 From: malosek Date: Mon, 5 Oct 2009 10:22:12 +0200 Subject: create_custom_gsi.patch renamed to create_custom_gsi_1.patch --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3