Blame SOURCES/environment-modules-configure.patch

ed4059
Partially reverts https://github.com/cea-hpc/modules/commit/6a80cd9a460160fee96ed46b175b716989adbf27.
ed4059
Fedora still uses rpm macros that add "--build=x86_64-redhat-linux-gnu" to the configure arguments
ed4059
and since this configure is not a proper gnu one, it would always error out and never build.
ed4059
ed4059
See https://bugzilla.redhat.com/show_bug.cgi?id=1842562.
ed4059
ed4059
--- a/configure	2020-07-30 14:13:34.000000000 +0200
ed4059
+++ b/configure	2020-08-03 16:06:37.137023909 +0200
ed4059
@@ -598,8 +598,6 @@
ed4059
    --with-x|--without-x)
ed4059
       # pass argument supported by compat version to its ./configure script
ed4059
       compatarglist+="$arg " ;;
ed4059
-   *)
ed4059
-      echo_error "Unrecognized option \`$arg'" 1;;
ed4059
    esac
ed4059
 done
ed4059