Description: Upstream changes introduced in version 4.1.1-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 getfem++ (4.1.1-1) unstable; urgency=low
 .
   * New upstream release
 .
 The person named in the Author field signed this changelog entry.
Author: Konstantinos Poulios <poulios.konstantinos@gmail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- getfem++-4.1.1.orig/configure.in
+++ getfem++-4.1.1/configure.in
@@ -572,34 +572,6 @@ else
     fi;
     usemumps="no"]
  )
- AC_CHECK_LIB(smumps, smumps_c,
-   [usemumps="yes"],
-   [if test "x$acx_mumps_ok" = "xyes"; then
-     AC_MSG_ERROR([Couldn't find a smumps library supporting the smumps_c function.]);
-    fi;
-    usemumps="no"]
- )
- AC_CHECK_LIB(dmumps, dmumps_c,
-   [usemumps="yes"],
-   [if test "x$acx_mumps_ok" = "xyes"; then
-     AC_MSG_ERROR([Couldn't find a dmumps library supporting the dmumps_c function.]);
-    fi;
-    usemumps="no"]
- )
- AC_CHECK_LIB(cmumps, cmumps_c,
-   [usemumps="yes"],
-   [if test "x$acx_mumps_ok" = "xyes"; then
-     AC_MSG_ERROR([Couldn't find a cmumps library supporting the cmumps_c function.]);
-    fi;
-    usemumps="no"]
- )
- AC_CHECK_LIB(zmumps, zmumps_c,
-   [usemumps="yes"],
-   [if test "x$acx_mumps_ok" = "xyes"; then
-     AC_MSG_ERROR([Couldn't find a zmumps library supporting the zmumps_c function.]);
-    fi;
-    usemumps="no"]
- )
  AC_CHECK_HEADERS([smumps_c.h dmumps_c.h cmumps_c.h zmumps_c.h],
    [usemumps="yes"],
    [if test "x$acx_mumps_ok" = "xyes"; then
--- getfem++-4.1.1.orig/configure
+++ getfem++-4.1.1/configure
@@ -20291,222 +20291,6 @@ else
 
 fi
 
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for smumps_c in -lsmumps" >&5
-$as_echo_n "checking for smumps_c in -lsmumps... " >&6; }
-if test "${ac_cv_lib_smumps_smumps_c+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsmumps  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char smumps_c ();
-#ifdef FC_DUMMY_MAIN
-#ifndef FC_DUMMY_MAIN_EQ_F77
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int FC_DUMMY_MAIN() { return 1; }
-#endif
-#endif
-int
-main ()
-{
-return smumps_c ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_lib_smumps_smumps_c=yes
-else
-  ac_cv_lib_smumps_smumps_c=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_smumps_smumps_c" >&5
-$as_echo "$ac_cv_lib_smumps_smumps_c" >&6; }
-if test "x$ac_cv_lib_smumps_smumps_c" = x""yes; then :
-  usemumps="yes"
-else
-  if test "x$acx_mumps_ok" = "xyes"; then
-     as_fn_error "Couldn't find a smumps library supporting the smumps_c function." "$LINENO" 5;
-    fi;
-    usemumps="no"
-
-fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dmumps_c in -ldmumps" >&5
-$as_echo_n "checking for dmumps_c in -ldmumps... " >&6; }
-if test "${ac_cv_lib_dmumps_dmumps_c+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldmumps  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dmumps_c ();
-#ifdef FC_DUMMY_MAIN
-#ifndef FC_DUMMY_MAIN_EQ_F77
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int FC_DUMMY_MAIN() { return 1; }
-#endif
-#endif
-int
-main ()
-{
-return dmumps_c ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_lib_dmumps_dmumps_c=yes
-else
-  ac_cv_lib_dmumps_dmumps_c=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dmumps_dmumps_c" >&5
-$as_echo "$ac_cv_lib_dmumps_dmumps_c" >&6; }
-if test "x$ac_cv_lib_dmumps_dmumps_c" = x""yes; then :
-  usemumps="yes"
-else
-  if test "x$acx_mumps_ok" = "xyes"; then
-     as_fn_error "Couldn't find a dmumps library supporting the dmumps_c function." "$LINENO" 5;
-    fi;
-    usemumps="no"
-
-fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmumps_c in -lcmumps" >&5
-$as_echo_n "checking for cmumps_c in -lcmumps... " >&6; }
-if test "${ac_cv_lib_cmumps_cmumps_c+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcmumps  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char cmumps_c ();
-#ifdef FC_DUMMY_MAIN
-#ifndef FC_DUMMY_MAIN_EQ_F77
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int FC_DUMMY_MAIN() { return 1; }
-#endif
-#endif
-int
-main ()
-{
-return cmumps_c ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_lib_cmumps_cmumps_c=yes
-else
-  ac_cv_lib_cmumps_cmumps_c=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cmumps_cmumps_c" >&5
-$as_echo "$ac_cv_lib_cmumps_cmumps_c" >&6; }
-if test "x$ac_cv_lib_cmumps_cmumps_c" = x""yes; then :
-  usemumps="yes"
-else
-  if test "x$acx_mumps_ok" = "xyes"; then
-     as_fn_error "Couldn't find a cmumps library supporting the cmumps_c function." "$LINENO" 5;
-    fi;
-    usemumps="no"
-
-fi
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zmumps_c in -lzmumps" >&5
-$as_echo_n "checking for zmumps_c in -lzmumps... " >&6; }
-if test "${ac_cv_lib_zmumps_zmumps_c+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lzmumps  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char zmumps_c ();
-#ifdef FC_DUMMY_MAIN
-#ifndef FC_DUMMY_MAIN_EQ_F77
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int FC_DUMMY_MAIN() { return 1; }
-#endif
-#endif
-int
-main ()
-{
-return zmumps_c ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_lib_zmumps_zmumps_c=yes
-else
-  ac_cv_lib_zmumps_zmumps_c=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_zmumps_zmumps_c" >&5
-$as_echo "$ac_cv_lib_zmumps_zmumps_c" >&6; }
-if test "x$ac_cv_lib_zmumps_zmumps_c" = x""yes; then :
-  usemumps="yes"
-else
-  if test "x$acx_mumps_ok" = "xyes"; then
-     as_fn_error "Couldn't find a zmumps library supporting the zmumps_c function." "$LINENO" 5;
-    fi;
-    usemumps="no"
-
-fi
-
  for ac_header in smumps_c.h dmumps_c.h cmumps_c.h zmumps_c.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
