Blame SOURCES/environment-modules-configure.patch

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