Remove obsolete comment about --enable-valgrind-daemon.
erlang is broken in Rawhide so disable it.
The --enable-valgrind-daemon option no longer exists.
#!/bin/bash -
. localenv
-# NB: --enable-valgrind-daemon is disabled because we
-# should be checking production builds.
+# erlang is disabled because it is broken in Rawhide:
+# https://bugzilla.redhat.com/show_bug.cgi?id=1316206
%s \\
--prefix /usr \\
--enable-werror \\
--enable-gtk-doc \\
--disable-golang \\
+ --disable-erlang \\
-C \\
\"$@\"
" configure